method
    
    collection_path
  collection_path(options = nil)
  protected
  
    Hide source    
    
      
  
# File activeresource/lib/active_resource/base.rb, line 1388 def collection_path(options = nil) self.class.collection_path(options || prefix_options) end

  
  
  
  