1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 12:05:19 +02:00
Maybe/app/models/account/other_liability.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
121 B
Ruby

class Account::OtherLiability < ApplicationRecord
include Accountable
def type_name
"Other Liability"
end
end