diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-02 20:25:25 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-02 20:25:25 -0700 |
| commit | f10cf53a486263f4797145f01e1cd8ffe45e2aba (patch) | |
| tree | 19dbbfa75909dd8706a0e570d353fedf8af71ff4 /config | |
| parent | d00f19fee4971663945a99908a932a8b4ae34547 (diff) | |
remove unused autoload path.
Diffstat (limited to 'config')
| -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 99835a9a..eefcc205 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/domain) config.autoload_paths += %W(#{config.root}/app/services/infrastructure) # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. |
