aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorXinhui2017-10-25 12:19:57 +0200
committerXinhui2017-10-25 12:19:57 +0200
commita83fbdaab1c9a6c73badf3e25dcfab8701d555b5 (patch)
treeac319b44785c4cc6b65d10f96401a875e7780d88 /app/controllers
parentb7a4ff1063832600fd207a42fbe9eaaef761e7b4 (diff)
downloadchouette-core-a83fbdaab1c9a6c73badf3e25dcfab8701d555b5.tar.bz2
Breadcrumb for route_section
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/route_sections_controller.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/controllers/route_sections_controller.rb b/app/controllers/route_sections_controller.rb
index c1aaf732e..03d6cf176 100644
--- a/app/controllers/route_sections_controller.rb
+++ b/app/controllers/route_sections_controller.rb
@@ -8,14 +8,9 @@ class RouteSectionsController < ChouetteController
belongs_to :referential
before_action :save_return_to_path, only: [:edit, :create_to_edit]
- before_action ->(controller) { build_breadcrumb controller.action_name }
helper_method :search
- def index
- index!
- end
-
def new
@stop_areas = referential.stop_areas.with_geometry.order :name
new!