gitlabhq/config/initializers/rails_footnotes.rb

6 lines
113 B
Ruby
Raw Normal View History

2011-10-15 19:56:53 +03:00
#if defined?(Footnotes) && Rails.env.development?
#Footnotes.run! # first of all
2011-10-09 00:36:38 +03:00
# ... other init code
2011-10-15 19:56:53 +03:00
#end