7 lines
133 B
Ruby
7 lines
133 B
Ruby
class Member < ApplicationRecord
|
|
belongs_to :id_card_plan, class_name: 'IdCard::Plan', optional: true
|
|
belongs_to :employer
|
|
|
|
|
|
end
|