pgfqe6ch8/app/models/partner_customer.rb

6 lines
126 B

class PartnerCustomer < ActiveRecord::Base
# attr_accessible :title, :body
belongs_to :partner
belongs_to :customer
end