6 lines
113 B
Ruby
6 lines
113 B
Ruby
#if defined?(Footnotes) && Rails.env.development?
|
|
#Footnotes.run! # first of all
|
|
|
|
# ... other init code
|
|
#end
|