diff options
| author | Alban Peignier | 2018-03-15 13:12:16 +0100 |
|---|---|---|
| committer | GitHub | 2018-03-15 13:12:16 +0100 |
| commit | 1e2f67ed7cafcc31e984ee145a92dcfda467ece8 (patch) | |
| tree | 12be7231ee7b0122f7f0c2bc2d9db155e8c1b941 /config | |
| parent | 961df1d06016aeff88845f42b377076a6851f6b4 (diff) | |
| parent | 7f201cf151c49b63f356b49c9e714116e9714f2c (diff) | |
| download | chouette-core-1e2f67ed7cafcc31e984ee145a92dcfda467ece8.tar.bz2 | |
Merge pull request #369 from af83/6143-extra-rows-in-vjs-editor-header
Configurable extra headers on VJs editor. Refs #6143
Diffstat (limited to 'config')
| -rw-r--r-- | config/application.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index 8da6a7428..fabea41de 100644 --- a/config/application.rb +++ b/config/application.rb @@ -40,6 +40,7 @@ module ChouetteIhm ) config.development_toolbar = false + config.vehicle_journeys_extra_headers = [] unless Rails.env.production? # Work around sprockets+teaspoon mismatch: |
