lib/boilerman.rb in boilerman-0.0.3 vs lib/boilerman.rb in boilerman-0.0.4

- old
+ new

@@ -21,10 +21,10 @@ # access to all controllers and models in development enviornments. # # Note, this will not propogate code changes and will require server # restarts if you change code. app.config.eager_load = true - app.config.cache_classes = true + #app.config.cache_classes = true end end end end