This commit is contained in:
Dmitriy Zaporozhets 2011-10-15 21:39:11 +03:00
parent 7b5799a979
commit ef2bf15204
28 changed files with 104 additions and 37 deletions

View file

@ -1,5 +1,5 @@
if defined?(Footnotes) && Rails.env.development?
Footnotes.run! # first of all
#if defined?(Footnotes) && Rails.env.development?
#Footnotes.run! # first of all
# ... other init code
end
#end