pgfqe6ch8/app/models/team_member.rb

8 lines
197 B

This file contains ambiguous Unicode characters!

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