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:
@@ -4,3 +4,4 @@
|
||||
= f.label :password
|
||||
= f.password_field :password
|
||||
= f.submit 'Sign in'
|
||||
= link_to 'Sign up', new_user_path
|
||||
|
Reference in New Issue
Block a user