method
get

get(method_name, options = {})
public
Hide source
# File activeresource/lib/active_resource/custom_methods.rb, line 87 def get(method_name, options = {}) connection.get(custom_method_element_url(method_name, options), self.class.headers) end