fixed an inheritance problem with ExtendedDocument subclasses
This commit is contained in:
parent
9c46546b39
commit
661daac473
2 changed files with 1 additions and 4 deletions
|
@ -6,9 +6,6 @@ module CouchRest
|
|||
|
||||
def self.included(base)
|
||||
base.extend(ClassMethods)
|
||||
base.send(:extlib_inheritable_accessor, :design_doc)
|
||||
base.send(:extlib_inheritable_accessor, :design_doc_slug_cache)
|
||||
base.send(:extlib_inheritable_accessor, :design_doc_fresh)
|
||||
end
|
||||
|
||||
module ClassMethods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue