ActionDispatch::Routing::Mapper::HttpHelpers
module ActionDispatch::Routing::Mapper::HttpHelpers
Public Instance Methods
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