class Invite < ActiveRecord::Base belongs_to :user belongs_to :user, :foreign_key => 'new_user_id' end