put(path, *args)
Performs a PUT request with the given parameters. See #get for more details.
# File actionpack/lib/action_dispatch/testing/integration.rb, line 57 def put(path, *args) process_with_kwargs(:put, path, *args) end