# File lib/couchrest/database.rb, line 273
    def temp_view(payload, params = {}, &block)
      view('_temp_view', params, payload, &block)
    end