1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00

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