module Solr::Request::RunnerExtension
Public Instance Methods
call()
click to toggle source
Calls superclass method
# File lib/solr/testing.rb, line 10 def call response = super Solr::Testing.last_solr_request_params = request.body ? request.body[:params] : nil response end