Removing depricated config option in the development env

This commit is contained in:
Shaun McDonald 2008-11-06 14:20:07 +00:00
parent ee1da78649
commit 89d8fc1bad

View file

@ -12,7 +12,6 @@ config.whiny_nils = true
config.action_controller.consider_all_requests_local = true
config.action_view.debug_rjs = true
config.action_controller.perform_caching = false
config.action_view.cache_template_extensions = false
# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false