Skip to content

Instantly share code, notes, and snippets.

@karledurante
Created November 29, 2011 19:18
Show Gist options
  • Save karledurante/1406043 to your computer and use it in GitHub Desktop.
Save karledurante/1406043 to your computer and use it in GitHub Desktop.
Rails 3 - Oracle Enhanced Adapter Issue - MySQL Model
class SomeModel < ActiveRecord::Base
establish_connection ActiveRecord::Base.configurations['mysql_db']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment