class ExaminationStandardAnswer < ApplicationRecord
belongs_to :examination_item
scope :standard_by_positions, lambda { |s| where(position: s) }
end