ActionDispatch::Routing::Mapper::HttpHelpers

module ActionDispatch::Routing::Mapper::HttpHelpers

Public Instance Methods

delete(*args, &block) Show source

Define a route that only recognizes HTTP DELETE. For supported arguments, see match

delete 'broccoli', to: 'food#broccoli'
# File actionpack/lib/action_dispatch/routing/mapper.rb, l