aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/routes_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/routes_controller.rb')
-rw-r--r--app/controllers/routes_controller.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/routes_controller.rb b/app/controllers/routes_controller.rb
index 418ba3751..96a23c938 100644
--- a/app/controllers/routes_controller.rb
+++ b/app/controllers/routes_controller.rb
@@ -32,8 +32,6 @@ class RoutesController < ChouetteController
end
def show
- @map = RouteMap.new(route).with_helpers(self)
-
@route_sp = route.stop_points
if sort_sp_column && sort_sp_direction
@route_sp = @route_sp.order(sort_sp_column + ' ' + sort_sp_direction)