method
put
put(method_name, options = {}, body = '')
public
Hide source
# File activeresource/lib/active_resource/custom_methods.rb, line 50 def put(method_name, options = {}, body = '') connection.put(custom_method_collection_url(method_name, options), body, headers) end


