diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-01 22:47:11 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-01 22:47:11 -0700 |
| commit | ac9518396f2f00ef2a89db1aa3e571380a6d6460 (patch) | |
| tree | 586329a8ee44f13c05409b8432d81e0d7d543273 /config/application.rb | |
| parent | bbded5187a97464b610fe4ff305cfc3cf8af936b (diff) | |
remove unused autoload path.
Diffstat (limited to 'config/application.rb')
| -rw-r--r-- | config/application.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb index a1961900..ecabebed 100644 --- a/config/application.rb +++ b/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) |
