From c0e4fa831a3f7828ff6f66aecbabe157dbb5709e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 5 Jan 2012 20:17:30 +0100 Subject: [PATCH] fix syntax error in production.rb --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 34e3841d0..e0a9f8f1b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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