adds first name and last name to users

This commit is contained in:
rgarcia
2015-07-17 19:46:10 +02:00
parent 83654042d9
commit 62d0a385ab
5 changed files with 32 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
Rails.application.routes.draw do
devise_for :users
devise_for :users, :controllers => { registrations: 'registrations' }
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".