Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <%= form_with(model: resource, as: resource_name,
  2. url: session_path(resource_name), local: true) do |f| %>
  3. <%= f.label :email %>
  4. <%= f.email_field :email %>
  5.  
  6. <%= f.label :password %>
  7. <%= f.password_field :password %>
  8.  
  9. <%= f.submit "Log In" %>
  10. <% end %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement