gitlabhq/config/initializers/rails_footnotes.rb

6 lines
113 B
Ruby
Raw Normal View History

2011-10-15 20:39:11 +02:00
#if defined?(Footnotes) && Rails.env.development?
#Footnotes.run! # first of all
2011-10-13 03:00:00 +02:00
# ... other init code
2011-10-15 20:39:11 +02:00
#end