Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 3.1 upgrade #10

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Fix devise confirmation url in registration email
JonathanTron committed Sep 28, 2011
commit ec1d1523feac481165f5a531a80920e33a8e1ac4
2 changes: 1 addition & 1 deletion app/views/devise/mailer/confirmation_instructions.html.erb
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@

<p>You can confirm your ErrorNot account through the link below:</p>

<p><%= link_to 'Confirm my account', user_confirmation_url(@resource, :confirmation_token => @resource.confirmation_token) %></p>
<p><%= link_to 'Confirm my account', user_confirmation_url(:confirmation_token => @resource.confirmation_token) %></p>