1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-04 04:55:20 +02:00
Maybe/app/models/account/other_liability.rb

8 lines
121 B
Ruby
Raw Normal View History

2024-02-02 23:09:35 +00:00
class Account::OtherLiability < ApplicationRecord
include Accountable
2024-02-02 23:06:29 +00:00
def type_name
"Other Liability"
end
2024-02-02 23:09:35 +00:00
end