instance method
delete
Ruby on Rails 5.0.7.2
Since v3.0.20Signature
delete(action, *args)
Simulate a DELETE request with the given parameters and set/volley the response. See get for more details.
Parameters
-
actionreq -
argsrest
Source
# File actionpack/lib/action_controller/test_case.rb, line 414
def delete(action, *args)
process_with_kwargs("DELETE", action, *args)
end
Defined in actionpack/lib/action_controller/test_case.rb line 414
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::TestCase::Behavior