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