Method: ActiveResource::CustomMethods#patch

Defined in:
lib/active_resource/custom_methods.rb

#patch(method_name, options = {}, body = "") ⇒ Object



107
108
109
# File 'lib/active_resource/custom_methods.rb', line 107

def patch(method_name, options = {}, body = "")
  connection.patch(custom_method_element_url(method_name, options), body, self.class.headers)
end