Class CouchPotato::View::ViewQuery
In: lib/couch_potato/view/view_query.rb
Parent: Object

Used to query views (and create them if they don‘t exist). Usually you won‘t have to use this class directly. Instead it is used internally by the CouchPotato::Database.view method.

Methods

Public Class methods

mainly useful for testing where you drop the database between tests. only after clearing the cache design docs will be updated/re-created.

Public Instance methods

[Validate]