Sha256: 3c6294e213110f3ed23c94c1ebc3ca815efa52b9da659dc7d20f02820b068dda
Contents?: true
Size: 215 Bytes
Versions: 62
Compression:
Stored size: 215 Bytes
Contents
# This is here to deal with bson-ruby's change to # how it serializes ObjectId objects. Eventually, # this can probably be removed. # module BSON class ObjectId def as_json(*args) to_s end end end
Version data entries
62 entries across 62 versions & 1 rubygems