diff options
| author | Edouard Maffert | 2016-09-08 12:00:45 +0200 | 
|---|---|---|
| committer | Edouard Maffert | 2016-09-08 12:00:45 +0200 | 
| commit | 9ae84db05b384e2426a16d15004570eb6cf2e7fe (patch) | |
| tree | 662fd4f01e70d76735b361790928931221f10189 /config | |
| parent | 165202ba666686f341c6112d833b4a16e32a41e0 (diff) | |
| download | chouette-core-9ae84db05b384e2426a16d15004570eb6cf2e7fe.tar.bz2 | |
Create referential_companies controller and views and fix companies edit link
Diffstat (limited to 'config')
| -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 22c16615a..8a9ae51d2 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -149,7 +149,7 @@ ChouetteIhm::Application.routes.draw do        end      end -    resources :companies +    resources :companies, controller: "referential_companies"      resources :time_tables do        collection do  | 
