Guest User

Untitled

a guest
Mar 12th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. establish_connection(
  2. :adapter=> "postgresql",
  3. :host => "localhost",
  4. :database=> "test",
  5. :schema_search_path=> "my",
  6. :username=>'test',
  7. :password=>'test')
Add Comment
Please, Sign In to add comment