aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
diff options
context:
space:
mode:
authorBruno Perles2015-11-04 14:06:03 +0100
committerBruno Perles2015-11-04 14:06:03 +0100
commit3fab0c17c5a23e5cc20228eae3d1a718e45ee174 (patch)
treeee9495a6b9b40f7d16775d9daa91d58d6dc8ce6a /app/helpers/application_helper.rb
parent632dc2bf7de54729936998d86c840c626e2ab900 (diff)
parente5861132506bcc245c5d7cc34f00979c3932d2ce (diff)
downloadchouette-core-3fab0c17c5a23e5cc20228eae3d1a718e45ee174.tar.bz2
Merge vehicle_frequencies
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index d3e9655b9..37b9d7a63 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -51,6 +51,8 @@ module ApplicationHelper
"group_of_lines"
when path.include?("/vehicle_journeys")
"vehicle_journeys"
+ when path.include?("/vehicle_journey_frequencies")
+ "vehicle_journeys"
when path.include?("/journey_patterns")
"journey_patterns"
when path.include?("/routes")
@@ -67,6 +69,8 @@ module ApplicationHelper
"connection_links"
when path.include?("/time_tables")
"time_tables"
+ when path.include?("/timebands")
+ "timebands"
when path.include?("/rule_parameter_set")
"parametersets"
when path.include?("/import_tasks")