diff options
Diffstat (limited to 'app/controllers/route_elements_controller.rb')
-rw-r--r-- | app/controllers/route_elements_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/route_elements_controller.rb b/app/controllers/route_elements_controller.rb index c4e4c1a..9c6f2b7 100644 --- a/app/controllers/route_elements_controller.rb +++ b/app/controllers/route_elements_controller.rb @@ -5,7 +5,7 @@ class RouteElementsController < ApplicationController before_filter :spread_breadcrumbs def index - @route_elements = @call_route.route_elements + @route_elements = @call_route.route_elements.order([:position]) end def show |