4 lines
84 B
Ruby
4 lines
84 B
Ruby
class Auditor < ApplicationRecord
|
|
has_many :yearly_files, dependent: :nullify
|
|
end
|