method
custom_method_new_element_url
rails latest stable - Class:
ActiveResource::CustomMethods
custom_method_new_element_url(method_name, options = {})private
No documentation available.
# File activeresource/lib/active_resource/custom_methods.rb, line 115
def custom_method_new_element_url(method_name, options = {})
"#{self.class.prefix(prefix_options)}#{self.class.collection_name}/new/#{method_name}.#{self.class.format.extension}#{self.class.__send__(:query_string, options)}"
end