gitlabhq/config/initializers/rails_footnotes.rb
Dmitriy Zaporozhets ef2bf15204 1.0.2
2011-10-15 21:39:11 +03:00

6 lines
113 B
Ruby

#if defined?(Footnotes) && Rails.env.development?
#Footnotes.run! # first of all
# ... other init code
#end