diff options
Diffstat (limited to 'app/helpers/application_helper.rb')
| -rw-r--r-- | app/helpers/application_helper.rb | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 7a3f7e719..97caed7fb 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -115,12 +115,8 @@ module ApplicationHelper        "access_points_links"      when path.include?("/stop_areas")        "stop_areas" -    when path.include?("/connection_links") -      "connection_links"      when path.include?("/time_tables")        "time_tables" -    when path.include?("/timebands") -      "timebands"      when path.include?("/import_tasks")        "imports"      when path.include?("/exports") | 
