Add rails-footnotes to make development debugging easier

This commit is contained in:
Graham Kaplan
2014-04-05 19:15:37 -07:00
parent 4b79de7a24
commit ab42618bbd
3 changed files with 20 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
if defined?(Footnotes) && Rails.env.development?
Footnotes.run! # first of all
# ... other init code
end