Skip to content

Commit

Permalink
Fix devise/rails_admin incompat, heartcombo/devise#3321
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed May 2, 2015
1 parent 8694f28 commit b753480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/devise/sessions/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h2>Log in</h2>

<%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %>
<%= form_for(resource, url: session_path) do |f| %>
<div class="field">
<%= f.label :email %><br />
<%= f.email_field :email, autofocus: true %>
Expand Down

0 comments on commit b753480

Please sign in to comment.