Rails ActionMailer says Route does not exist when it does -


i have following route (from rake routes):

reset_password /reset_password/:token(.:format) password_resets#edit 

but when try , send email includes link a

actioncontroller::urlgenerationerror @ /forgotten_password no route matches {} 

here screenshot bettererrors proves point:

enter image description here

you have written link_to twice on line 11.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -