Class: EyServicesFake::Partner

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

Class Method Summary collapse

Methods inherited from Model

backend, belongs_to, decendants, has_many, inherited, next_id, nuke_all

Class Method Details

.find_by_auth_id(auth_id) ⇒ Object



49
50
51
# File 'lib/ey_services_fake/models.rb', line 49

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