Method: DataMapper::Property::Array#typecast

Defined in:
lib/tentd/datamapper/array_property.rb

#typecast(value) ⇒ Object



18
19
20
# File 'lib/tentd/datamapper/array_property.rb', line 18

def typecast(value)
  load(value)
end