We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd2301 commit 3002f02Copy full SHA for 3002f02
lib/rails-footnotes.rb
@@ -32,6 +32,8 @@ def self.run!
32
33
ActionController::Base.send(:include, RailsFootnotesExtension)
34
35
+ load Rails.root.join('.rails_footnotes') if Rails.root.join('.rails_footnotes').exist?
36
+ #TODO DEPRECATED
37
load Rails.root.join('.footnotes') if Rails.root.join('.footnotes').exist?
38
end
39
0 commit comments