Don't make design_doc_slug_cache and design_doc_fresh inheritable, because these settings should be specific to the class

This commit is contained in:
Geoff Buesing 2009-03-25 23:04:32 -05:00 committed by Matt Aimonetti
parent 14acd95444
commit 1ee82b714c
2 changed files with 23 additions and 0 deletions

View file

@ -7,6 +7,7 @@ module CouchRest
end
module ClassMethods
attr_accessor :design_doc_slug_cache, :design_doc_fresh
# Define a CouchDB view. The name of the view will be the concatenation
# of <tt>by</tt> and the keys joined by <tt>_and_</tt>