# File lib/active_resource/custom_methods.rb, line 80
80: def custom_method_collection_url(method_name, options = {})
81: prefix_options, query_options = split_options(options)
82: "#{prefix(prefix_options)}#{collection_name}/#{method_name}.#{format.extension}#{query_string(query_options)}"
83: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.