lib/zermelo/associations/unique_index.rb in zermelo-1.4.1 vs lib/zermelo/associations/unique_index.rb in zermelo-1.4.2
- old
+ new
@@ -37,8 +37,11 @@
:type => :hash,
:object => :index
)
end
+ def key_dump
+ [@backend.key_to_backend_key(key), key]
+ end
end
end
end
\ No newline at end of file