diff options
| author | Xinhui | 2017-10-25 12:23:14 +0200 | 
|---|---|---|
| committer | Xinhui | 2017-10-25 12:23:14 +0200 | 
| commit | 118d1ae0c7ed66f408c5e260126ee553feda57a4 (patch) | |
| tree | 2a638dadab61a96b60b1f5702014457efcf0ada4 /app/controllers/journey_patterns_controller.rb | |
| parent | a83fbdaab1c9a6c73badf3e25dcfab8701d555b5 (diff) | |
| download | chouette-core-118d1ae0c7ed66f408c5e260126ee553feda57a4.tar.bz2 | |
Remove method build_breadcrumb
Diffstat (limited to 'app/controllers/journey_patterns_controller.rb')
| -rw-r--r-- | app/controllers/journey_patterns_controller.rb | 4 | 
1 files changed, 1 insertions, 3 deletions
| 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 | 
