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:
parent
14acd95444
commit
1ee82b714c
2 changed files with 23 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue