mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-23 07:09:39 +02:00
4 lines
76 B
Ruby
4 lines
76 B
Ruby
|
class Account::OtherLiability < ApplicationRecord
|
||
|
include Accountable
|
||
|
end
|