class Member < ApplicationRecord
belongs_to :id_card_plan, class_name: 'IdCard::Plan', optional: true
belongs_to :employer
end