mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 21:29:38 +02:00
4 lines
67 B
Ruby
4 lines
67 B
Ruby
|
class AccountBalance < ApplicationRecord
|
||
|
belongs_to :account
|
||
|
end
|