You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Devise
Hi,
I'm taking over an app which is unsing Devise 1.5.3; so I'm new to
the codebase and to Devise. It's currently getting an undefined method
error for "successful_and_sane?" in a controller that derives from
Devise::PasswordsController. I was hoping to find rdocs for v1.5.3 but
haven't yet. Could someone point me to them so I can figure out what I
need to include or change?
Thanks,
Josh
Carlos Antonio da Silva
unread,
Feb 10, 2012, 10:25:34 PM2/10/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
I think this method was changed to successfully_sent? or something similar, if you're coming from an older devise (which means you probably copied old code and migrated to new version), please recheck the controller implementation to see what might have changed.