Hash#=== monkeypatch: don't add special behavior to subclasses, i.e. CouchRest documents
This commit is contained in:
parent
5f5aa06409
commit
ef3b0527c9
|
@ -7,7 +7,7 @@ class Hash
|
|||
# Hack so that CouchRest::Document, which descends from Hash,
|
||||
# doesn't appear to Rails routing as a Hash of options
|
||||
def self.===(other)
|
||||
return false if other.is_a?(CouchRest::Document)
|
||||
return false if self == Hash && other.is_a?(CouchRest::Document)
|
||||
super
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue