diff options
| author | Luc Donnet | 2014-08-19 13:55:32 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2014-08-19 13:55:32 +0200 | 
| commit | 31e20231366bd2716d762720b83e883f46d60ba8 (patch) | |
| tree | 48296a04ed9578023c52bb116f8e9e59562d1d2f /config/application.rb | |
| parent | 6bc916c070f8c11b979ff6a7a1e1d6721475b47e (diff) | |
| download | chouette-core-31e20231366bd2716d762720b83e883f46d60ba8.tar.bz2 | |
Initialize breadcrumbs for time table, need to be deployed everywhere
Diffstat (limited to 'config/application.rb')
| -rw-r--r-- | config/application.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb index 7ce9e9d0a..d86b254f3 100644 --- a/config/application.rb +++ b/config/application.rb @@ -23,7 +23,7 @@ module ChouetteIhm      # -- all .rb files in that directory are automatically loaded.      # Custom directories with classes and modules you want to be autoloadable. -    # config.autoload_paths += %W(#{config.root}/extras) +    config.autoload_paths += %W(#{config.root}/lib)      # Only load the plugins named here, in the order given (default is alphabetical).      # :all can be used as a placeholder for all plugins not explicitly named.  | 
