4 lines
83 B
4 lines
83 B
5 years ago
|
class ExaminationItemChoice < ApplicationRecord
|
||
|
belongs_to :examination_item
|
||
|
end
|