affiliation.rb 91 Bytes
class Affiliation < ActiveRecord::Base
  belongs_to :person
  belongs_to :organization
end