Skip to content

Instantly share code, notes, and snippets.

@kml
Created December 13, 2016 22:44
Show Gist options
  • Save kml/1d82e2bc08c398928e230b44d2533d33 to your computer and use it in GitHub Desktop.
Save kml/1d82e2bc08c398928e230b44d2533d33 to your computer and use it in GitHub Desktop.
# encoding: utf-8
require "bson/object_id"
BSON::ObjectId.class_eval do
alias to_json to_s
def as_json(*args)
to_s
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment