fix syntax error in production.rb

This commit is contained in:
Jonne Haß 2012-01-05 20:17:30 +01:00
parent 0199949f3c
commit c0e4fa831a

View file

@ -47,7 +47,7 @@ Diaspora::Application.configure do
# the I18n.default_locale when a translation can not be found)
config.i18n.fallbacks = true
config.threadsafe!
end
# Sacrifice readability for a 10% performance boost
Haml::Template::options[:ugly] = true