method

collection_path

collection_path(options = nil)
protected

No documentation available.

# File activeresource/lib/active_resource/base.rb, line 839
      def collection_path(options = nil)
        self.class.collection_path(options || prefix_options)
      end