diff config/environments/development.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 681bfba39449
line wrap: on
line diff
--- a/config/environments/development.rb	Wed May 08 00:03:01 2013 +0900
+++ b/config/environments/development.rb	Wed May 08 00:08:33 2013 +0900
@@ -27,4 +27,6 @@
 
   # Expands the lines which load the assets
   config.assets.debug = true
+
+  config.eager_load = false
 end