class ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
Public Instance Methods
native_database_types_with_hstore()
click to toggle source
# File lib/activerecord-postgres-hstore/activerecord.rb, line 84 def native_database_types_with_hstore native_database_types_without_hstore.merge({:hstore => { :name => "hstore" }}) end