Added missing user registration form
This is just from the authlogic coding examples. We are not using user registration (yet). So this will likely be deleted again.
This commit is contained in:
parent
ddeb49c672
commit
aad4f0045a
1 changed files with 5 additions and 0 deletions
5
app/views/users/new.slim
Normal file
5
app/views/users/new.slim
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
h1 Register
|
||||
|
||||
= form_for @user do |f|
|
||||
= render :partial => "form", :object => f, :locals => { :user => @user }
|
||||
= f.submit "Register"
|
||||
Loading…
Add table
Add a link
Reference in a new issue