improve handling of User resource

This commit is contained in:
JuliusR 2021-12-19 10:48:54 +01:00 committed by 1resu
parent d705402d8b
commit 9f3d301550
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'