config/environments/production.rb in damagecontrol-0.5.0 vs config/environments/production.rb in damagecontrol-0.5.0.1391
- old
+ new
@@ -1,2 +1,3 @@
-Dependencies.mechanism = :require
-ActionController::Base.consider_all_requests_local = false
+Dependencies.mechanism = :require
+ActionController::Base.consider_all_requests_local = false
+ActionController::Base.perform_caching = true
\ No newline at end of file