Class: AccountContact

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/entities/account_contact.rb

Overview

Schema Information

Table name: account_contacts

id         :integer         not null, primary key
account_id :integer
contact_id :integer
deleted_at :datetime
created_at :datetime
updated_at :datetime