<%= simple_form_for @user do |f| %> <%= f.input :email %> <%= f.input :password %> <%= f.button :submit %> <% end %>