Method: ActiveResource::CustomMethods::ClassMethods#custom_method_collection_url
- Defined in:
- lib/active_resource/custom_methods.rb
#custom_method_collection_url(method_name, options = {}) ⇒ Object
81 82 83 84 |
# File 'lib/active_resource/custom_methods.rb', line 81 def custom_method_collection_url(method_name, = {}) , = () "#{prefix()}#{collection_name}/#{method_name}.#{format.extension}#{query_string()}" end |