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