[#345] remove a deprecated option

This commit is contained in:
Alexander Machehin 2014-03-11 18:53:08 +06:00
parent 21cfb69acf
commit 7250b1ae81
1 changed files with 0 additions and 3 deletions

View File

@ -7,9 +7,6 @@ Rosa::Application.configure do
# and recreated between test runs. Don't rely on the data there!
config.cache_classes = true
# Log error messages when you accidentally call methods on nil.
config.whiny_nils = true
# Show full error reports and disable caching
config.consider_all_requests_local = true
config.action_controller.perform_caching = false