Methods
Instance Public methods
# File activeresource/lib/active_resource/custom_methods.rb, line 82 82: def custom_method_collection_url(method_name, options = {}) 83: prefix_options, query_options = split_options(options) 84: "#{prefix(prefix_options)}#{collection_name}/#{method_name}.#{format.extension}#{query_string(query_options)}" 85: end