mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-03 12:35:21 +02:00
4 lines
76 B
Ruby
4 lines
76 B
Ruby
|
class Account::OtherLiability < ApplicationRecord
|
||
|
include Accountable
|
||
|
end
|