aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorlwang2013-02-26 16:54:41 +0100
committerlwang2013-02-26 16:54:41 +0100
commite8cc20898cce3b4249411eb188fefc211db79c63 (patch)
treee7e8d2f250dfa59ecbd7449b3cdf5d67ade84a22 /config
parentced4e122d9204e0e507f0a34c53f978c4d73c45d (diff)
downloadchouette-core-e8cc20898cce3b4249411eb188fefc211db79c63.tar.bz2
complete api v1 for group lines, access points and access links
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index d2eabf7c5..7928c228a 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -12,6 +12,9 @@ ChouetteIhm::Application.routes.draw do
resources :companies, :only => [:index, :show]
resources :networks, :only => [:index, :show]
resources :stop_areas, :only => [:index, :show]
+ resources :group_of_lines, :only => [:index, :show]
+ resources :access_points, :only => [:index, :show]
+ resources :access_links, :only => [:index, :show]
resources :lines, :only => [:index, :show] do
resources :journey_patterns, :only => [:index, :show]
resources :routes, :only => [:index, :show] do