Flowdock
method

delete

Importance_1
Ruby on Rails latest stable (v3.2.13) - 0 notes - Class: ActionDispatch::Routing::Mapper::HttpHelpers
delete(*args, &block) public

Define a route that only recognizes HTTP PUT. For supported arguments, see Base#match.

Example:

delete ‘broccoli’, :to => ‘food#broccoli’

Show source
Register or log in to add new notes.