affiliation.rb 87 Bytes Edit Raw Blame History 1 2 3 4 class Affiliation < ActiveRecord::Base belongs_to :user belongs_to :enterprise end