improve handling of User resource

This commit is contained in:
JuliusR 2021-12-19 10:48:54 +01:00
parent b319b9de93
commit 63bc26ab16
5 changed files with 51 additions and 38 deletions

View file

@ -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'