4 lines
93 B
4 lines
93 B
5 years ago
|
class CompetitionManager < ApplicationRecord
|
||
|
belongs_to :user
|
||
|
belongs_to :competition
|
||
|
end
|