diff options
Diffstat (limited to 'app/controllers/referential_lines_controller.rb')
| -rw-r--r-- | app/controllers/referential_lines_controller.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/controllers/referential_lines_controller.rb b/app/controllers/referential_lines_controller.rb index d767cb151..fb53e4959 100644 --- a/app/controllers/referential_lines_controller.rb +++ b/app/controllers/referential_lines_controller.rb @@ -22,7 +22,7 @@ class ReferentialLinesController < ChouetteController    def show      @map = LineMap.new(resource).with_helpers(self) -    @routes = @line.routes +    @routes = @line.routes.order(:name)      @group_of_lines = @line.group_of_lines      show! do        build_breadcrumb :show | 
