Method: ActionDispatch::Integration::RequestHelpers#options

Defined in:
actionpack/lib/action_dispatch/testing/integration.rb

#options(path, **args) ⇒ Object

Performs an OPTIONS request with the given parameters. See ActionDispatch::Integration::Session#process for more details.



54
55
56
# File 'actionpack/lib/action_dispatch/testing/integration.rb', line 54

def options(path, **args)
  process(:options, path, **args)
end