Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Hstore
- Inherits:
-
Type
- Object
- Type
- ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Hstore
- Defined in:
- lib/active_record/connection_adapters/postgresql/oid.rb
Instance Method Summary collapse
Methods inherited from Type
Instance Method Details
#type_cast(value) ⇒ Object
232 233 234 235 236 |
# File 'lib/active_record/connection_adapters/postgresql/oid.rb', line 232 def type_cast(value) return if value.nil? ConnectionAdapters::PostgreSQLColumn.string_to_hstore value end |