Method: ActiveRecord::Coders::JSON.dump

Defined in:
activerecord/lib/active_record/coders/json.rb

.dump(obj) ⇒ Object



6
7
8
# File 'activerecord/lib/active_record/coders/json.rb', line 6

def self.dump(obj)
  ActiveSupport::JSON.encode(obj)
end