return nil if options[:id].blank?

    id = options[:id].to_i
    index = if Rails.env.test?
      "users-test"