]> git.openstreetmap.org Git - rails.git/commitdiff
Removing depricated config option in the development env
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Thu, 6 Nov 2008 14:20:07 +0000 (14:20 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Thu, 6 Nov 2008 14:20:07 +0000 (14:20 +0000)
config/environments/development.rb

index 09a451f9a336aa17352c3421db1cc593c593155d..85c9a6080ea865b51fee9a43e23a6969d709ffb4 100644 (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
\ No newline at end of file