aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/routes_controller.rb
diff options
context:
space:
mode:
authorLuc Donnet2017-10-30 11:45:07 +0100
committerGitHub2017-10-30 11:45:07 +0100
commitcb7e16653eb1dcb71fb46c84d7c1f3ea8aafd69a (patch)
treeb9e3993c435c63517366c1ce11b9d3a9efa5b793 /app/controllers/routes_controller.rb
parent76d1787b32e28e4dbb3664e2bad99366781fdcd2 (diff)
parentd68f820ee402cd94d9f5fd4405f49436c4847c4b (diff)
downloadchouette-core-cb7e16653eb1dcb71fb46c84d7c1f3ea8aafd69a.tar.bz2
Merge pull request #104 from af83/4726-breadcrumb
4726 breadcrumb
Diffstat (limited to 'app/controllers/routes_controller.rb')
-rw-r--r--app/controllers/routes_controller.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/routes_controller.rb b/app/controllers/routes_controller.rb
index 78daffb30..93f30f4d5 100644
--- a/app/controllers/routes_controller.rb
+++ b/app/controllers/routes_controller.rb
@@ -19,7 +19,6 @@ class RoutesController < ChouetteController
def edit_boarding_alighting
@route = route
- build_breadcrumb :edit
end
def save_boarding_alighting
@@ -51,8 +50,6 @@ class RoutesController < ChouetteController
@route_sp,
with: StopPointDecorator
)
-
- build_breadcrumb :show
end
end