Class: InfinumAzure::Resources::Finder

Inherits:
Object
  • Object
show all
Defined in:
app/services/infinum_azure/resources/finder.rb

Class Method Summary collapse

Class Method Details

.from_omniauth(auth) ⇒ Object



6
7
8
# File 'app/services/infinum_azure/resources/finder.rb', line 6

def self.from_omniauth(auth)
  InfinumAzure.resource_class.find_by(provider: auth.provider, uid: auth.uid)
end