diff options
| author | Bruno Perles | 2015-10-28 11:35:08 +0100 | 
|---|---|---|
| committer | Bruno Perles | 2015-10-28 11:35:08 +0100 | 
| commit | 5b4136b2907ffc918210495d8f9a29c1e7d681fb (patch) | |
| tree | 6b73ff915c90d450572f5eb9599d3bc0d8938678 /config/routes.rb | |
| parent | 843bec92850de6f4b46498611842f894a78e7d3d (diff) | |
| download | chouette-core-5b4136b2907ffc918210495d8f9a29c1e7d681fb.tar.bz2 | |
Merge Timeband feature and revert Gemfile
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 4cb5f9439..fdcc506bf 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -133,6 +133,8 @@ ChouetteIhm::Application.routes.draw do        resources :time_table_combinations      end +    resources :timebands +      resources :access_points do         resources :access_links      end | 
