diff options
| author | Marc Florisson | 2012-05-15 15:39:53 +0200 | 
|---|---|---|
| committer | Marc Florisson | 2012-05-15 15:39:53 +0200 | 
| commit | 63f7a0b5183f52b8791adf2a61521e12f652a98e (patch) | |
| tree | 77cb710b8adc0536c3592c0b742d28793f070285 /app/controllers/routes_controller.rb | |
| parent | a2260f9d3737188d22504f705825ed5a846bb861 (diff) | |
| download | chouette-core-63f7a0b5183f52b8791adf2a61521e12f652a98e.tar.bz2 | |
add route and stop_point views
Diffstat (limited to 'app/controllers/routes_controller.rb')
| -rw-r--r-- | app/controllers/routes_controller.rb | 2 | 
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 | 
