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