Save 36% for Black Friday! Save 36% on GoRails for Black Friday! Learn more
pandanas69
Joined
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 method
user' for main:Object (NameError)
any ideas?
thanks