Files
finreport-analyzer/app/models/auditor.rb
T

4 lines
84 B
Ruby

class Auditor < ApplicationRecord
has_many :yearly_files, dependent: :nullify
end