4 lines
85 B
4 lines
85 B
5 years ago
|
class ExaminationItemAnalysis < ApplicationRecord
|
||
|
belongs_to :examination_item
|
||
|
end
|