4 lines
59 B
Ruby
4 lines
59 B
Ruby
class Account < ApplicationRecord
|
|
belongs_to :family
|
|
end
|
class Account < ApplicationRecord
|
|
belongs_to :family
|
|
end
|