mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix the output a bit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user