Commit 37a3c25695c606695b745d440c69044351ada773
1 parent
36eefde0
Exists in
master
and in
28 other branches
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,7 +12,6 @@ config.whiny_nils = true | ||
| 12 | config.action_controller.consider_all_requests_local = true | 12 | config.action_controller.consider_all_requests_local = true |
| 13 | config.action_view.debug_rjs = true | 13 | config.action_view.debug_rjs = true |
| 14 | config.action_controller.perform_caching = false | 14 | config.action_controller.perform_caching = false |
| 15 | -config.action_view.cache_template_extensions = false | ||
| 16 | 15 | ||
| 17 | # Don't care if the mailer can't send | 16 | # Don't care if the mailer can't send |
| 18 | -config.action_mailer.raise_delivery_errors = false | ||
| 19 | \ No newline at end of file | 17 | \ No newline at end of file |
| 18 | +config.action_mailer.raise_delivery_errors = false |