Source: show | on GitHub
# File actionpack/test/controller/params_wrapper_test.rb, line 351 def parse self.class.last_parameters = request.params.except(:controller, :action) head :ok end