Fix spellling

This commit is contained in:
Rob Zolkos
2024-02-02 21:34:24 +00:00
parent ecfb178b87
commit ace7fb48ee

View File

@@ -3,7 +3,7 @@ class Account < ApplicationRecord
belongs_to :family
delegated_type :accountable, types: %w[ Credit Depository Investment Loan OtherAsset OtherLiability Property Vehicle], dependant: :destroy
delegated_type :accountable, types: %w[ Credit Depository Investment Loan OtherAsset OtherLiability Property Vehicle], dependent: :destroy
scope :depository, -> { where(type: "Depository") }
end