module ActiveRecord::TypedStore::IdentityCoder

Public Instance Methods

dump(data) click to toggle source
# File lib/active_record/typed_store/identity_coder.rb, line 11
def dump(data)
  data || {}
end
load(data) click to toggle source
# File lib/active_record/typed_store/identity_coder.rb, line 7
def load(data)
  data || {}
end