module ActionDispatch::Integration::RequestHelpers
def put(path, **args)
Performs a PUT request with the given parameters. See ActionDispatch::Integration::Session#process
def put(path, **args) process(:put, path, **args) end
def put(path, **args) process(:put, path, **args) end