gitlabhq/config/initializers/rails_footnotes.rb

6 lines
110 B
Ruby
Raw Normal View History

2011-10-08 23:36:38 +02:00
if defined?(Footnotes) && Rails.env.development?
Footnotes.run! # first of all
# ... other init code
end