diff options
| author | Edouard Maffert | 2016-05-12 17:14:18 +0200 |
|---|---|---|
| committer | Edouard Maffert | 2016-05-12 17:14:18 +0200 |
| commit | 020cf3b06409acae569c23636ee91085fbeb5699 (patch) | |
| tree | a93afd432db99174c8f10c33edb22226cca2c084 /config | |
| parent | 972bbcb308d360c5468cd629dc5cdf356d556a2e (diff) | |
| download | chouette-core-020cf3b06409acae569c23636ee91085fbeb5699.tar.bz2 | |
add offer workbench model #827
Diffstat (limited to 'config')
| -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 19cb60538..dfa9f4655 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,5 +1,7 @@ ChouetteIhm::Application.routes.draw do + resources :offer_workbenches, :only => [:show] + devise_for :users, :controllers => { :registrations => 'users/registrations', :invitations => 'users/invitations' } |
