diff config/environments/production.rb @ 198:f513b1ca455a

Add the new eager_load config parameter.
author Edho Arief <edho@myconan.net>
date Wed, 08 May 2013 00:08:33 +0900
parents cb30b72e8ded
children d4cf49db9c49
line wrap: on
line diff
--- a/config/environments/production.rb	Wed May 08 00:03:01 2013 +0900
+++ b/config/environments/production.rb	Wed May 08 00:08:33 2013 +0900
@@ -60,4 +60,6 @@
 
   # Send deprecation notices to registered listeners
   config.active_support.deprecation = :notify
+
+  config.eager_load = true
 end