This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
class TeamMember < ActiveRecord::Base
belongs_to :competition_team
belongs_to :competition
belongs_to :user
# role 1:创建者 2:成员 3:指导老师
# attr_accessible :role
end