需求:

statuses/destroy/:id

根据ID删除微博消息

HTTP请求方式:POST/DELETE

match 'statuses/destroy/:id'
=> 'statuses#destroy', :via => [:post, :delete]