6 lines
155 B
6 lines
155 B
5 years ago
|
class SubDisciplineContainer < ApplicationRecord
|
||
|
belongs_to :sub_discipline
|
||
|
|
||
|
belongs_to :container, polymorphic: true, optional: true, touch: true
|
||
|
end
|