# File lib/her/middleware/accept_json.rb, line 7
      def add_header(headers)
        headers.merge! "Accept" => "application/json"
      end