method

collection_path

Importance_0
v3.0.0 - Show latest stable - 0 notes - Class: ActiveResource::Base
collection_path(options = nil) protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activeresource/lib/active_resource/base.rb, line 1340 def collection_path(options = nil) self.class.collection_path(options || prefix_options) end
Register or log in to add new notes.