Class: ContactOpportunity

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

Overview

Schema Information

Table name: contact_opportunities

id             :integer         not null, primary key
contact_id     :integer
opportunity_id :integer
role           :string(32)
deleted_at     :datetime
created_at     :datetime
updated_at     :datetime