class EmployeeAdditionalFieldDecorator < ApplicationDecorator
  delegate :name, :order, to: :group, prefix: true, allow_nil: true
end
