class MissionCandidate < ActiveRecord::Base belongs_to :user belongs_to :mission_agent # status # 0 = open # 1 = closed end