1
0
Fork 0
MSU-Course-Alerter/config/initializers/rails_footnotes.rb

6 lines
110 B
Ruby
Raw Normal View History

2013-03-29 19:53:07 -04:00
if defined?(Footnotes) && Rails.env.development?
Footnotes.run! # first of all
# ... other init code
end