_inputs.html.erb 132 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 <% form.inputs do %> <%= form.input :email %> <%= form.input :password %> <%= form.input :password_confirmation %> <% end %>