adds devise configuration [#6]

This commit is contained in:
rgarcia
2015-07-16 19:47:54 +02:00
parent 421d62b1ad
commit f618a9f45d
21 changed files with 610 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
Rails.application.routes.draw do
devise_for :users
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".
# You can have the root of your site routed with "root"
# root 'welcome#index'
root 'welcome#index'
# Example of regular route:
# get 'products/:id' => 'catalog#view'