You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... but when I re-ran it last night (after a gem reinstall), the method failed. Perhaps something changed in my gem versioning since I wasn't explicit... I'm on 1.2.rc for Mongoid. I will re-write as a Mongoid query, but has anyone already implemented this using Mongo/Mongoid?
The text was updated successfully, but these errors were encountered:
I swear I had the user auth controller presented here working with Mongoid before despite this statement:
authentication = UserToken.find_by_provider_and_uid(omniauth['provider'], omniauth['uid'])
... but when I re-ran it last night (after a gem reinstall), the method failed. Perhaps something changed in my gem versioning since I wasn't explicit... I'm on 1.2.rc for Mongoid. I will re-write as a Mongoid query, but has anyone already implemented this using Mongo/Mongoid?
The text was updated successfully, but these errors were encountered: