Update config defaults for new rails version

This commit is contained in:
Thibault Jouan
2011-12-04 23:03:31 +00:00
parent 9fc52eb4f5
commit fae41abf5d
4 changed files with 3 additions and 6 deletions

View File

@@ -36,7 +36,4 @@ Scube::Application.configure do
# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr
# Allow pass debug_assets=true as a query parameter to load pages with unpackaged assets
config.assets.allow_debugging = true
end