Skip to content

Instantly share code, notes, and snippets.

@jbgutierrez
Created March 10, 2010 18:54
Show Gist options
  • Save jbgutierrez/328202 to your computer and use it in GitHub Desktop.
Save jbgutierrez/328202 to your computer and use it in GitHub Desktop.
Dr. Nic's magic models
require 'rubygems'
ActiveRecord::Base.establish_connection (
:adapter => 'mysql',
:database => 'database',
:username => 'username',
:password => 'password',
:host => 'localhost'
)
module LegacyDatabase
require 'dr_nic_magic_models'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment