Removing wierd marshalling thing
This commit is contained in:
parent
dd284fe045
commit
1f615ce568
|
@ -58,7 +58,8 @@ module CouchRest::Model
|
||||||
if default.class == Proc
|
if default.class == Proc
|
||||||
default.call
|
default.call
|
||||||
else
|
else
|
||||||
Marshal.load(Marshal.dump(default))
|
# Marshal.load(Marshal.dump(default)) # Removed as there are no failing tests and caused mutex errors
|
||||||
|
default
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue