7 lines
81 B
Ruby
7 lines
81 B
Ruby
|
|
class Member < ApplicationRecord
|
||
|
|
belongs_to :plan
|
||
|
|
belongs_to :employer
|
||
|
|
|
||
|
|
|
||
|
|
end
|