improve handling of User resource
This commit is contained in:
parent
b319b9de93
commit
63bc26ab16
5 changed files with 51 additions and 38 deletions
|
@ -2,6 +2,7 @@
|
|||
= f.input :email, required: true
|
||||
= f.input :password, required: true
|
||||
= f.input :password_confirmation, required: true
|
||||
= f.input :admin, required: true
|
||||
|
||||
.form-actions
|
||||
= f.submit class: 'btn'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue