mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-20 21:59:38 +02:00
4 lines
59 B
Ruby
4 lines
59 B
Ruby
|
class Account < ApplicationRecord
|
||
|
belongs_to :family
|
||
|
end
|