ar_doc_store
ar_doc_store copied to clipboard
`embeds_many` goes crazy when you implement `serializable_hash`
Perhaps this ought to be a no-no but if you define the serializable_hash method within an embeddable model, strange behavior ensues. Easy solution is to use a different method for serialization.