Files

5 lines
162 B
Ruby
Raw Permalink Normal View History

2026-04-15 08:12:47 -04:00
class Report::ComparisonError < ApplicationRecord
belongs_to :employer_card_comparison, optional: true
belongs_to :member_card_comparison, optional: true
end