From ebfda803c84451c58b6d629e8f5e16452d28f598 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Wed, 15 Oct 2008 23:26:43 -0700 Subject: [PATCH] docs --- lib/couchrest/core/model.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/couchrest/core/model.rb b/lib/couchrest/core/model.rb index 6d08cf2..dbc92b2 100644 --- a/lib/couchrest/core/model.rb +++ b/lib/couchrest/core/model.rb @@ -311,7 +311,7 @@ module CouchRest end end - # returns true if the there is a view named this in the design doc + # returns stored defaults if the there is a view named this in the design doc def has_view?(view) view = view.to_s if generated_design_doc['views'][view]