Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter

Inherits:
AbstractAdapter
  • Object
show all
Defined in:
lib/activerecord-postgres-hstore/activerecord.rb

Instance Method Summary collapse

Instance Method Details

#native_database_types_with_hstoreObject



80
81
82
# File 'lib/activerecord-postgres-hstore/activerecord.rb', line 80

def native_database_types_with_hstore
  native_database_types_without_hstore.merge({:hstore => { :name => "hstore" }})
end