1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Its assets.enabled, not assets.enable

This commit is contained in:
David Heinemeier Hansson 2011-04-14 00:45:25 +02:00
parent a26d407f63
commit 443af58995

View file

@ -64,6 +64,6 @@ module <%= app_const_base %>
<% end -%>
# Enable the asset pipeline
config.assets.enable = true
config.assets.enabled = true
end
end