first release
This commit is contained in:
8
app/views/users/_form.html.erb
Normal file
8
app/views/users/_form.html.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<%= simple_form_for @user do |f| %>
|
||||
<%= f.input :name %>
|
||||
<%= f.input :ign %>
|
||||
<%= f.input :email %>
|
||||
<%= f.input :password %>
|
||||
<%= f.input :password_confirmation %>
|
||||
<%= f.submit %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user