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:
parent
ecfb178b87
commit
ace7fb48ee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue