affiliation.rb 84 Bytes
class Affiliation < ActiveRecord::Base
  belongs_to :user
  belongs_to :profile
end