4 lines
118 B
4 lines
118 B
6 years ago
|
class CompetitionEntry < ApplicationRecord
|
||
|
belongs_to :competition_stage
|
||
|
belongs_to :competition_stage_section
|
||
|
end
|