0

When i send a link in email, it appears as

<a href="http://www.tipestrygo.com/home/edit_password_reset.f9TyDqoowXOBQG6ha_qhwg">Change my password</a>

password.text.erb

<%= link_to 'Change my password', edit_password_reset_home_index_url(@user.password_reset_token) %>
Haseeb Ahmad
  • 7,914
  • 12
  • 55
  • 133

1 Answers1

0

Change your file name from password.text.erb to password.html.erb.

This will solve your problem.

Rahul Sharma
  • 1,393
  • 10
  • 19