Module: DataMapper::HStoreType::ClassMethods
- Defined in:
- lib/dm-hstore.rb
Instance Method Summary collapse
Instance Method Details
#type_map ⇒ Object
16 17 18 |
# File 'lib/dm-hstore.rb', line 16 def type_map super.merge(Property::HStore => { :primitive => 'hstore' }).freeze end |