diff options
| author | Xinhui | 2017-10-20 14:51:08 +0200 |
|---|---|---|
| committer | Xinhui | 2017-10-20 15:03:07 +0200 |
| commit | bdeb36005106c099ee3fa831604082ef9df2f27c (patch) | |
| tree | bfd15c0b8f0270b1ddd42ca8e4b58ccb10c998bd /app/controllers | |
| parent | 8d59f83d7e0cc84f44101d8ad4b9d0d9f452df9a (diff) | |
| download | chouette-core-bdeb36005106c099ee3fa831604082ef9df2f27c.tar.bz2 | |
Breadcrumb for routes
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/routes_controller.rb | 3 |
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 |
