Created
December 13, 2016 22:44
-
-
Save kml/1d82e2bc08c398928e230b44d2533d33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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