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