From 89d8fc1bade02835c90167f9ae8bee9f123acc8b Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Thu, 6 Nov 2008 14:20:07 +0000 Subject: [PATCH] Removing depricated config option in the development env --- config/environments/development.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 09a451f9a..85c9a6080 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -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 \ No newline at end of file -- 2.43.2