Sha256: 9ea638163114db952855e8e843e064749bda5b1a74ebbec8a505244e8a4b73e7
Contents?: true
Size: 211 Bytes
Versions: 10
Compression:
Stored size: 211 Bytes
Contents
POSTGRES_CONFIG = { :adapter => 'postgresql', :database => 'arjdbc_test', :host => 'localhost', :username => 'arjdbc', :password => 'arjdbc' } ActiveRecord::Base.establish_connection(POSTGRES_CONFIG)
Version data entries
10 entries across 10 versions & 3 rubygems