This commit is contained in:
Hexagon 2010-11-28 20:33:40 +01:00
commit e05c113e27

View file

@ -48,3 +48,6 @@ Diaspora::Application.configure do
config.i18n.fallbacks = true
config.threadsafe!
end
# Sacrifice readability for a 10% performance boost
Haml::Template::options[:ugly] = true