diff options
| author | Alban Peignier | 2016-09-10 16:48:44 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2016-09-10 16:48:44 +0200 | 
| commit | 69473fd3c1a8e2d3a9dcfce70c63c6d0a60edd4e (patch) | |
| tree | 8709b50098db1b5a48caa5df2b245fb939e3039a /config/routes.rb | |
| parent | dd300bbeae39ec67f0dc811b17720b03263bac20 (diff) | |
| download | chouette-core-69473fd3c1a8e2d3a9dcfce70c63c6d0a60edd4e.tar.bz2 | |
Manage GroupOfLines into Referential. Refs #838
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb index 414bbde79..1d9354991 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -68,7 +68,7 @@ ChouetteIhm::Application.routes.draw do      resources :autocomplete_time_tables      resources :autocomplete_route_sections      resources :autocomplete_timebands -    resources :group_of_lines do +    resources :group_of_lines, controller: "referential_group_of_lines" do        collection do          get 'name_filter'        end @@ -208,4 +208,4 @@ ChouetteIhm::Application.routes.draw do    get '/422', :to => 'errors#server_error'    get '/500', :to => 'errors#server_error' -end
\ No newline at end of file +end  | 
