Module Sinatra::Rabbit
In: lib/sinatra/rabbit.rb

Methods

Classes and Modules

Class Sinatra::Rabbit::Collection
Class Sinatra::Rabbit::DuplicateCollectionException
Class Sinatra::Rabbit::DuplicateOperationException
Class Sinatra::Rabbit::DuplicateParamException
Class Sinatra::Rabbit::Operation
Class Sinatra::Rabbit::SubCollection
Class Sinatra::Rabbit::UnsupportedCollectionException

Public Class methods

Public Instance methods

Create a new collection. NAME should be the pluralized name of the collection.

Adds a helper method #{name}_url which returns the URL to the :index operation on this collection.

Make sure this collection can be accessed, regardless of whether the driver supports it or not

[Validate]