diff options
| author | Bruno Perles | 2015-10-28 10:11:50 +0100 |
|---|---|---|
| committer | Bruno Perles | 2015-10-28 10:11:50 +0100 |
| commit | 843bec92850de6f4b46498611842f894a78e7d3d (patch) | |
| tree | 61930b753c7d91e9c9cfa383e40c251b3e0d3347 /app/helpers/application_helper.rb | |
| parent | daae87f5051b1ba267d3b750c3e7f77f5b90b6c3 (diff) | |
| download | chouette-core-843bec92850de6f4b46498611842f894a78e7d3d.tar.bz2 | |
Add journey_frequencies fields, locales and some other little update
Diffstat (limited to 'app/helpers/application_helper.rb')
| -rw-r--r-- | app/helpers/application_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 28e652f2f..058e30732 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -51,7 +51,7 @@ module ApplicationHelper "group_of_lines" when path.include?("/vehicle_journeys") "vehicle_journeys" - when path.include?("/vehicle_journeys_frequencies") + when path.include?("/vehicle_journey_frequencies") "vehicle_journeys" when path.include?("/journey_patterns") "journey_patterns" |
