overrides.rb 138 Bytes
require Rails.root.join('lib/overrides/hoptoad_notifier/hoptoad_notifier')

class BSON::ObjectId
  def as_json(*_args)
    to_s
  end
end