method

put

put(method_name, options = {}, body = '')
public

No documentation available.

# File activeresource/lib/active_resource/custom_methods.rb, line 101
    def put(method_name, options = {}, body = '')
      connection.put(custom_method_element_url(method_name, options), body, self.class.headers)
    end