Class: EyServicesFake::PartnerOrAwsm

Inherits:
Object
  • Object
show all
Defined in:
lib/ey_services_fake/models.rb

Class Method Summary collapse

Class Method Details

.find_by_auth_id(auth_id) ⇒ Object



78
79
80
# File 'lib/ey_services_fake/models.rb', line 78

def self.find_by_auth_id(auth_id)
  Awsm.first(:auth_id => auth_id) || Partner.find_by_auth_id(auth_id)
end