devise-twitter
devise-twitter copied to clipboard
Handle connecting with twitter gracefully if no user is logged in
Currently if warden.user is nil we crash. devise-twitter should set a flash message (from i18n) and redirect back.
I always get this error: undefined method `twitter_handle=' for nil:NilClass
Is this what you mean? Have no idea why...
Yes. Are you using the connect url if no user is logged in?