4 5 6
# File 'app/services/infinum_id/users/finder.rb', line 4 def self.from_omniauth(auth) User.find_by(provider: auth.provider, uid: auth.uid) if defined?(User) end