class Webmachine::Request
Public Instance Methods
Source
# File lib/pact_broker/api.rb, line 16 def put? method == "PUT" || method == "PATCH" end
This makes PATCH go through the PUT state machine path
# File lib/pact_broker/api.rb, line 16 def put? method == "PUT" || method == "PATCH" end
This makes PATCH go through the PUT state machine path