class PostgresqlHstoreTest::FakeParameters

Public Instance Methods

to_unsafe_h() click to toggle source
# File activerecord/test/cases/adapters/postgresql/hstore_test.rb, line 16
def to_unsafe_h
  { "hi" => "hi" }
end