diff options
| author | Alban Peignier | 2016-05-15 09:22:06 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2016-05-15 09:22:06 +0200 | 
| commit | affbacfcd955230f66badb261dcc462cca9cd0b9 (patch) | |
| tree | 5410864baa11d3e5b24671cfb8f9258aaa833e62 /config/routes.rb | |
| parent | f5a3f0061fed4f8f51ebc0d556539a483626f76e (diff) | |
| download | chouette-core-affbacfcd955230f66badb261dcc462cca9cd0b9.tar.bz2 | |
Associate LineReferential to Referential. Create ReferentialLines to manage lines in Referential. Refs #826
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index d43309096..05618863b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -68,7 +68,7 @@ ChouetteIhm::Application.routes.draw do      resources :networks      match 'lines' => 'lines#destroy_all', :via => :delete -    resources :lines do +    resources :lines, controller: "referential_lines" do        delete :index, on: :collection, action: :delete_all        collection do          get 'name_filter'  | 
