diff options
| author | Luc Donnet | 2017-12-21 14:50:08 +0100 | 
|---|---|---|
| committer | GitHub | 2017-12-21 14:50:08 +0100 | 
| commit | 7aec5b94868bc2e7473f7ded4be7a585fb7b174e (patch) | |
| tree | 80218bcbec4d2740f6ca5be1d37bb0ba493cc879 /config/routes.rb | |
| parent | 9050a68f40829fc1b08e2f60c3eea9cf0c76e879 (diff) | |
| parent | 610a3e133b6405b32ce5d8aa48be075d4b137b4f (diff) | |
| download | chouette-core-7aec5b94868bc2e7473f7ded4be7a585fb7b174e.tar.bz2 | |
Merge pull request #150 from af83/5301-add_business_calendars
Refs #5301 First draft for Business Calendars
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/config/routes.rb b/config/routes.rb index 6668aa402..d097d2d71 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -173,6 +173,8 @@ ChouetteIhm::Application.routes.draw do      resources :companies, controller: "referential_companies" +    resources :purchase_windows +      resources :time_tables do        collection do          get :tags | 
