3 lines
72 B
3 lines
72 B
6 years ago
|
class CompetitionStaff < ApplicationRecord
|
||
|
belongs_to :competition
|
||
|
end
|