affiliation.rb 87 Bytes
class Affiliation < ActiveRecord::Base
  belongs_to :user
  belongs_to :enterprise
end