method
dump
v6.1.7.7 -
Show latest stable
- Class:
ActiveRecord::Coders::JSON
dump(obj)public
No documentation available.
# File activerecord/lib/active_record/coders/json.rb, line 6
def self.dump(obj)
ActiveSupport::JSON.encode(obj)
end