aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/referential_lines_controller.rb
diff options
context:
space:
mode:
authorcedricnjanga2017-09-13 15:39:34 +0200
committercedricnjanga2017-09-13 15:39:50 +0200
commit4804a4886c5267c1be1c367caaf35c17c681d179 (patch)
tree5e89dd1143e393cc99f2c9ffcc0e346f6c1e5120 /app/controllers/referential_lines_controller.rb
parent2c8bf4bec7229241aee1fb8f304cf080fc403fb7 (diff)
downloadchouette-core-4804a4886c5267c1be1c367caaf35c17c681d179.tar.bz2
Apply object id changes to views
Diffstat (limited to 'app/controllers/referential_lines_controller.rb')
-rw-r--r--app/controllers/referential_lines_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/referential_lines_controller.rb b/app/controllers/referential_lines_controller.rb
index 1da64991d..ec0bbbb18 100644
--- a/app/controllers/referential_lines_controller.rb
+++ b/app/controllers/referential_lines_controller.rb
@@ -11,7 +11,7 @@ class ReferentialLinesController < ChouetteController
belongs_to :referential
def show
- @routes = resource.routes
+ @routes = resource.routes.order(:objectid)
case sort_route_column
when "stop_points", "journey_patterns"