aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMarc Florisson2012-12-06 17:39:48 +0100
committerMarc Florisson2012-12-06 17:39:48 +0100
commit0b24329d0fc53a226e801f7626d690a59be3d29d (patch)
treeb9852929b1e2852f88784e4809e5492a7da2a0eb /config
parentc57e39e2b2ef4152e35c1b886aaffc6536121fab (diff)
downloadchouette-core-0b24329d0fc53a226e801f7626d690a59be3d29d.tar.bz2
add lexico search on api/v1
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 003468cc1..c4238a8a0 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -11,6 +11,7 @@ ChouetteIhm::Application.routes.draw do
resources :connection_links, :only => [:index, :show]
resources :companies, :only => [:index, :show]
resources :networks, :only => [:index, :show]
+ resources :stop_areas, :only => [:index, :show]
resources :lines, :only => [:index, :show] do
resources :journey_patterns, :only => [:index, :show]
resources :routes, :only => [:index, :show] do
@@ -21,7 +22,6 @@ ChouetteIhm::Application.routes.draw do
end
resources :routes, :only => :show
resources :journey_patterns, :only => :show
- resources :stop_areas, :only => :show
resources :vehicle_journeys, :only => :show
end
end