aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorXinhui2017-10-20 14:51:08 +0200
committerXinhui2017-10-20 15:03:07 +0200
commitbdeb36005106c099ee3fa831604082ef9df2f27c (patch)
treebfd15c0b8f0270b1ddd42ca8e4b58ccb10c998bd /app/controllers
parent8d59f83d7e0cc84f44101d8ad4b9d0d9f452df9a (diff)
downloadchouette-core-bdeb36005106c099ee3fa831604082ef9df2f27c.tar.bz2
Breadcrumb for routes
Diffstat (limited to 'app/controllers')
-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