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