Skip to content

Commit

Permalink
fix password reset url
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Mekelburg committed Jun 20, 2015
1 parent 59c691a commit 452daa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/notifier.rb
Expand Up @@ -24,7 +24,7 @@
#***** END LICENSE BLOCK *****
class Notifier < ActionMailer::Base
def password_reset_instructions(partner)
@url = "http://#{RockyConf.pdf_host_name}#{edit_password_reset_url(:id => partner.perishable_token)}"
@url = "http://#{RockyConf.pdf_host_name}#{edit_password_reset_path(:id => partner.perishable_token)}"


mail(:subject=> "Password Reset Instructions",
Expand Down

0 comments on commit 452daa7

Please sign in to comment.