5 lines
130 B
5 lines
130 B
6 years ago
|
class EcRequireSubVsStandard < ApplicationRecord
|
||
|
belongs_to :ec_graduation_standard
|
||
|
belongs_to :ec_graduation_subitem
|
||
|
end
|