method
custom_method_new_element_url

custom_method_new_element_url(method_name, options = {})
private
Hide source
# 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