method
delete
v3.0.0 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::HttpHelpers
delete(*args, &block)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 273
def delete(*args, &block)
map_method(:delete, *args, &block)
end