Add users controller
This commit is contained in:
9
app/views/users/_form.html.slim
Normal file
9
app/views/users/_form.html.slim
Normal file
@@ -0,0 +1,9 @@
|
||||
= form_with model: user do |form|
|
||||
div
|
||||
= form.label :username
|
||||
= form.text_field :username
|
||||
div
|
||||
= form.label :email_address
|
||||
= form.text_field :email_address
|
||||
div
|
||||
= form.submit
|
||||
Reference in New Issue
Block a user