Commit 37a3c25695c606695b745d440c69044351ada773

Authored by Antonio Terceiro
1 parent 36eefde0

ActionItem1178: removing deprecated configuration

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
config/environments/development.rb
... ... @@ -12,7 +12,6 @@ config.whiny_nils = true
12 12 config.action_controller.consider_all_requests_local = true
13 13 config.action_view.debug_rjs = true
14 14 config.action_controller.perform_caching = false
15   -config.action_view.cache_template_extensions = false
16 15  
17 16 # Don't care if the mailer can't send
18   -config.action_mailer.raise_delivery_errors = false
19 17 \ No newline at end of file
  18 +config.action_mailer.raise_delivery_errors = false
... ...