From 118d1ae0c7ed66f408c5e260126ee553feda57a4 Mon Sep 17 00:00:00 2001 From: Xinhui Date: Wed, 25 Oct 2017 12:23:14 +0200 Subject: Remove method build_breadcrumb --- app/controllers/journey_patterns_controller.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/controllers/journey_patterns_controller.rb') diff --git a/app/controllers/journey_patterns_controller.rb b/app/controllers/journey_patterns_controller.rb index f4ae55b4e..a72e7da7f 100644 --- a/app/controllers/journey_patterns_controller.rb +++ b/app/controllers/journey_patterns_controller.rb @@ -30,9 +30,7 @@ class JourneyPatternsController < ChouetteController def show @map = JourneyPatternMap.new(journey_pattern).with_helpers(self) @stop_points = journey_pattern.stop_points.paginate(:page => params[:page]) - show! do - build_breadcrumb :show - end + show! end def new_vehicle_journey -- cgit v1.2.3