diff options
| author | Vlatka Pavisic | 2017-04-11 15:35:01 +0200 | 
|---|---|---|
| committer | Vlatka Pavisic | 2017-04-11 15:35:01 +0200 | 
| commit | aa481c087b162bc775b4418e205f91c5b6bead19 (patch) | |
| tree | 914ba9b39e0338317bcc2bfd839f745647beda1a /config/routes.rb | |
| parent | 8adf909694b52959483818bf839d6e180015eb99 (diff) | |
| download | chouette-core-aa481c087b162bc775b4418e205f91c5b6bead19.tar.bz2 | |
Refs #3047: Associate RoutingConstraintZone with StopPoints
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 12dbf0986..692972315 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -123,6 +123,7 @@ ChouetteIhm::Application.routes.draw do          end          resources :vehicle_journey_imports          resources :vehicle_journey_exports +        resources :stop_points, only: :index, controller: 'route_stop_points'        end        resources :routing_constraint_zones      end  | 
