Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::OID::Spatial

Inherits:
Type
  • Object
show all
Defined in:
lib/activerecord-spatial/active_record/connection_adapters/postgresql/adapter_extensions.rb

Instance Method Summary collapse

Instance Method Details

#type_cast(value) ⇒ Object



36
37
38
# File 'lib/activerecord-spatial/active_record/connection_adapters/postgresql/adapter_extensions.rb', line 36

def type_cast(value)
  value
end