Add rails-footnotes to make development debugging easier
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
if defined?(Footnotes) && Rails.env.development?
|
||||
Footnotes.run! # first of all
|
||||
|
||||
# ... other init code
|
||||
end
|
||||
Reference in New Issue
Block a user