pandanas69

Joined

60 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Question on getting started tutorial

Hi,
I've been following allow with your awesome series, thanks really well done. At about lesson 20 when it comes to setting up token for user password reset email I've tried using user.signed_id and that doesn't work, I'm using ver 6+ someone said in comments very 6 is needed for this functionality which I do..? Any ideas?
Thanks,
Andrew

Hi,
I'm using Rails 6.1.4.1 and user.signed_id doesn't work:

irb(main):003:0> user.signed_id
(irb):3:in <main>': undefined local variable or methoduser' for main:Object (NameError)

any ideas?
thanks