Method: CouchRest::Design#list
- Defined in:
- lib/couchrest/extensions/list.rb
#list(list_name, query = {}, &block) ⇒ Object
Dispatches to any named list. (using the database where this design doc was saved)
7 8 9 |
# File 'lib/couchrest/extensions/list.rb', line 7 def list list_name, query={}, &block list_on database, list_name, query, &block end |