diff options
| author | Robert | 2017-07-23 22:56:12 +0200 | 
|---|---|---|
| committer | Robert | 2017-07-25 21:31:51 +0200 | 
| commit | fe46c7832fa1e0c6af450f0937aea3534c0f6b01 (patch) | |
| tree | 60670a6ac730a081c3627f25a44c0bd78ea90d3a /config/application.rb | |
| parent | 384a06676b8e0985f39fbc894a2d7dd458823529 (diff) | |
| download | chouette-core-fe46c7832fa1e0c6af450f0937aea3534c0f6b01.tar.bz2 | |
Refs: #3507;20h Specing and Implementing the ZipService
Diffstat (limited to 'config/application.rb')
| -rw-r--r-- | config/application.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/config/application.rb b/config/application.rb index 910ddd983..e2f6f8e7b 100644 --- a/config/application.rb +++ b/config/application.rb @@ -14,7 +14,8 @@ module ChouetteIhm      # Settings in config/environments/* take precedence over those specified here.      # Application configuration should go into files in config/initializers      # -- all .rb files in that directory are automatically loaded. -    config.autoload_paths << config.root.join("lib") +    config.autoload_paths << config.root.join('lib') +    config.autoload_paths << config.root.join('concerns')      # custom exception pages      config.exceptions_app = self.routes | 
