9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
<%= 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 %>
|