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