Implement user registration feature

* Add users/new action and view
* Add users/create action
* Add link to sign up in sign in page
This commit is contained in:
Thibault Jouan
2011-09-06 20:46:01 +00:00
parent d2f4ea59ff
commit 1057cab009
9 changed files with 143 additions and 0 deletions

View File

@@ -4,3 +4,4 @@
= f.label :password
= f.password_field :password
= f.submit 'Sign in'
= link_to 'Sign up', new_user_path