1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-31 02:59:39 +02:00
Maybe/app/models/account/depository.rb
Rob Zolkos a2b96db75d
Remove styling configuration for account types out (#284)
* Remve styling configuration for account types out

* No need to tailwind config for models
2024-02-03 14:38:52 -06:00

7 lines
115 B
Ruby

class Account::Depository < ApplicationRecord
include Accountable
def type_name
"Bank Accounts"
end
end