educoder/app/models/examination_item_choice.rb

4 lines
83 B

class ExaminationItemChoice < ApplicationRecord
belongs_to :examination_item
end