class TeamMember < ActiveRecord::Base
  belongs_to :competition_team
  belongs_to :competition
  belongs_to :user
  # role 1:创建者  2:成员  3:指导老师
  # attr_accessible :role
end