Guest User

Untitled

a guest
May 1st, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. require 'rubygems'
  2. ActiveRecord::Base.establish_connection (
  3. :adapter => 'mysql',
  4. :database => 'database',
  5. :username => 'username',
  6. :password => 'password',
  7. :host => 'localhost'
  8. )
  9. module LegacyDatabase
  10. require 'dr_nic_magic_models'
  11. end
Add Comment
Please, Sign In to add comment