当我单击 Devise 的“向我发送重置密码说明”链接时,我得到了;
ArgumentError in Devise/passwords#create
Extracted source (around line #5):
2:
3: Someone has requested a link to change your password, and you can do this through the link below.
4:
5: <%= link_to 'Change my password', edit_password_url(@resource, :reset_password_token => @resource.reset_password_token) %>
6:
7: If you didn't request this, please ignore this email.
8: Your password won't change until you access the link above and create a new one.
有人知道我为什么会收到这个错误吗?我没有更改此文件中的任何内容。