method

custom_method_new_element_url

rails latest stable - Class: ActiveResource::CustomMethods::InstanceMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.1.0) is shown here.

custom_method_new_element_url(method_name, options = {})
private

No documentation available.

# File activeresource/lib/active_resource/custom_methods.rb, line 116
        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