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