aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
diff options
context:
space:
mode:
authorXinhui2017-11-09 11:24:54 +0100
committerXinhui2017-11-09 11:24:54 +0100
commit1d35d77ff3801c6e1ac56d10f1898ad6527a1048 (patch)
tree28a32cae2d700ef6284faf4cd69f3762e027a3b0 /app/helpers/application_helper.rb
parent2bcd5fb6bba153a11de04798882d1a96379b2301 (diff)
downloadchouette-core-1d35d77ff3801c6e1ac56d10f1898ad6527a1048.tar.bz2
Remove route_sections controllers, views, helper
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 5edb8c3bf..9f2e2765f 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -73,8 +73,6 @@ module ApplicationHelper
"time_tables"
when path.include?("/timebands")
"timebands"
- when path.include?("/route_sections")
- "route_sections"
when path.include?("/rule_parameter_set")
"parametersets"
when path.include?("/import_tasks")