Skip to content

Commit 3002f02

Browse files
[^] .footnotes was deprocated, [+] .rails_footnotes
1 parent 4fd2301 commit 3002f02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/rails-footnotes.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ def self.run!
3232

3333
ActionController::Base.send(:include, RailsFootnotesExtension)
3434

35+
load Rails.root.join('.rails_footnotes') if Rails.root.join('.rails_footnotes').exist?
36+
#TODO DEPRECATED
3537
load Rails.root.join('.footnotes') if Rails.root.join('.footnotes').exist?
3638
end
3739

0 commit comments

Comments
 (0)