overrides.rb 137 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 require Rails.root.join('lib/overrides/hoptoad_notifier/hoptoad_notifier') class BSON::ObjectId def as_json(*args) to_s end end