diff options
Diffstat (limited to 'railties/environments')
-rw-r--r-- | railties/environments/development.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/environments/development.rb b/railties/environments/development.rb index cbd8529e6c..0589aa979e 100644 --- a/railties/environments/development.rb +++ b/railties/environments/development.rb @@ -14,6 +14,7 @@ config.breakpoint_server = true # Show full error reports and disable caching config.action_controller.consider_all_requests_local = true config.action_controller.perform_caching = false +config.action_view.cache_template_extensions = false config.action_view.debug_rjs = true # Don't care if the mailer can't send |