fix syntax error in production.rb
This commit is contained in:
parent
0199949f3c
commit
c0e4fa831a
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ Diaspora::Application.configure do
|
||||||
# the I18n.default_locale when a translation can not be found)
|
# the I18n.default_locale when a translation can not be found)
|
||||||
config.i18n.fallbacks = true
|
config.i18n.fallbacks = true
|
||||||
config.threadsafe!
|
config.threadsafe!
|
||||||
|
end
|
||||||
|
|
||||||
# Sacrifice readability for a 10% performance boost
|
# Sacrifice readability for a 10% performance boost
|
||||||
Haml::Template::options[:ugly] = true
|
Haml::Template::options[:ugly] = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue