You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/app/models/examination_intelligent_set...

8 lines
288 B

5 years ago
class ExaminationIntelligentSetting < ApplicationRecord
belongs_to :sub_discipline
5 years ago
belongs_to :user
5 years ago
has_many :examination_type_settings, dependent: :destroy
5 years ago
has_many :tag_discipline_containers, as: :container, dependent: :destroy
has_many :item_baskets, dependent: :destroy
5 years ago
end