Sha256: f1a5f3fb9346c13a2d893731a59e8d85c37d2f12f804b404418b6db6cb88fd81
Contents?: true
Size: 326 Bytes
Versions: 10
Compression:
Stored size: 326 Bytes
Contents
module Ecoportal module API class Internal class Person def reset_account! doc["account"] = JSON.parse(original_doc["account"]) end def consolidate_account! original_doc["account"] = JSON.parse(doc["account"]) end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems