diff options
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 fc76c76b8..c0e652ca7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,6 @@ ChouetteIhm::Application.routes.draw do + devise_for :users + # The priority is based upon order of creation: # first created -> highest priority. |
