Libraries
»
restfulie
(1.1.1)
»
Index (R)
»
ActionController
»
Routing
Module: ActionController::Routing
Defined in:
lib/restfulie/server/action_controller/patch.rb
Constant Summary
collapse
HTTP_METHODS =
[
:get
,
:head
,
:post
,
:put
,
:delete
,
:options
,
:patch
]