Fix the output a bit

This commit is contained in:
Santiago Pastorino
2011-07-16 09:36:11 -03:00
parent 94d8e6bdf8
commit 3e06ec8944

View File

@@ -47,9 +47,9 @@ module <%= app_const_base %>
# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password]
<% unless options.skip_sprockets? %>
<% unless options.skip_sprockets? -%>
# Enable the asset pipeline
config.assets.enabled = true
<% end %>
<% end -%>
end
end