Lots of styling; avatars, payment methods, and more.

This commit is contained in:
2013-01-26 02:21:41 -07:00
parent 8ab6fa10ea
commit 1865123201
21 changed files with 147 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ Dooraccess::Application.routes.draw do
:only => [:new, :create, :edit, :update],
:path => 'users',
:path_names => { :new => 'sign_up' },
:controller => 'devise/registrations',
:controller => 'registrations',
:as => :user_registration do
get :cancel
end