spec/dummy/config/application.rb in stache-1.0.0.rc vs spec/dummy/config/application.rb in stache-1.0.0

- old
+ new

@@ -41,7 +41,9 @@ # Configure sensitive parameters which will be filtered from the log file. config.filter_parameters += [:password] config.assets.enabled = true + + config.autoload_paths += %W(#{config.root}/lib) end end