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, 1 insertions, 1 deletions
diff --git a/app/controllers/routes_controller.rb b/app/controllers/routes_controller.rb
index 2ed39b0ac..fa429fbac 100644
--- a/app/controllers/routes_controller.rb
+++ b/app/controllers/routes_controller.rb
@@ -16,7 +16,7 @@ class RoutesController < ChouetteController
def show
@map = RouteMap.new referential, resource
- @stop_areas = resource.stop_areas.paginate(:page => params[:page], :per_page => 10)
+ @stop_points = resource.stop_points.paginate(:page => params[:page], :per_page => 10)
show!
end