Sha256: f11678ee91f9c1fa678654f7e303b94cd3cce4190f972c053235b76c118ff6a6

Contents?: true

Size: 198 Bytes

Versions: 4

Compression:

Stored size: 198 Bytes

Contents

class Account < MLS::Model

  include MLS::Avatar

  has_one :lead, foreign_key: :account_id

  belongs_to :organization

  has_many :agencies, :inverse_of => :agent, :foreign_key => :agent_id

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mls-1.2.0 lib/mls/account.rb
mls-1.1.4 lib/mls/account.rb
mls-1.1.3 lib/mls/account.rb
mls-1.1.2 lib/mls/account.rb