Commit ac951839

mo khan <mo@mokhan.ca>
2015-02-02 05:47:11
remove unused autoload path.
1 parent bbded51
Changed files (1)
config/application.rb
@@ -22,7 +22,6 @@ module Cake
 
     # Custom directories with classes and modules you want to be autoloadable.
     config.autoload_paths += %W(#{config.root}/app/services/application)
-    config.autoload_paths += %W(#{config.root}/app/services/application/handlers)
     config.autoload_paths += %W(#{config.root}/app/services/domain)
     config.autoload_paths += %W(#{config.root}/app/services/infrastructure)