[#345] remove a deprecated option
This commit is contained in:
parent
21cfb69acf
commit
7250b1ae81
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue