method
custom_method_element_url
custom_method_element_url(method_name, options = {})
private
Hide source
# File activeresource/lib/active_resource/custom_methods.rb, line 96 def custom_method_element_url(method_name, options = {}) "#{self.class.prefix(prefix_options)}#{self.class.collection_name}/#{id}/#{method_name}.xml#{self.class.send!(:query_string, options)}" end


