8 lines
167 B
Ruby
8 lines
167 B
Ruby
ActiveRecord::Base.establish_connection(
|
|
:adapter => "mysql2",
|
|
:host => "localhost",
|
|
:username => "root",
|
|
:password => "",
|
|
:database => "peertracker"
|
|
)
|