Module: ActiveRecord::TypedStore::IdentityCoder

Extended by:
IdentityCoder
Included in:
IdentityCoder
Defined in:
lib/active_record/typed_store/identity_coder.rb

Instance Method Summary collapse

Instance Method Details

#dump(data) ⇒ Object



11
12
13
# File 'lib/active_record/typed_store/identity_coder.rb', line 11

def dump(data)
  data || {}
end

#load(data) ⇒ Object



7
8
9
# File 'lib/active_record/typed_store/identity_coder.rb', line 7

def load(data)
  data || {}
end