educoder/app/models/competition_school.rb

6 lines
150 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 CompetitionSchool < ApplicationRecord
# source sponsor: 主办方, region开放范围
belongs_to :competition
belongs_to :school
end