Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update_feed.html.erb #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update_feed.html.erb #1

wants to merge 1 commit into from

Conversation

ericflor
Copy link

Had a problem when deleting original account returning errors for undefined methods. i figured out the issue was because without user data in the database it was trying to read email, name and username as original methods rather than being methods referenced in Devise. The .try method allows revert to first method if it can't locate the method specified in parentheses. Thanks so much for your awesome tutorials!!!

had a problem when deleting original account returning errors for undefined methods. i figured out the issue was because without user data in the database it was trying to read email, name and username as original methods rather than being methods referenced in Devise. The .try method allows revert to first method if it can't locate the method specified in parentheses. Thanks so much for your awesome tutorials!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant