Skip to content

Instantly share code, notes, and snippets.

@notahat
Created October 13, 2009 21:48
Show Gist options
  • Save notahat/209597 to your computer and use it in GitHub Desktop.
Save notahat/209597 to your computer and use it in GitHub Desktop.
class MessageQueue < ActiveRecord::Base
...
end
module AlternateConnection
MessageQueue = ::MessageQueue.clone
class MessageQueue
establish_connection :test_alternate
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment