Skip to content

Instantly share code, notes, and snippets.

@alexbartlow
Created November 17, 2010 16:21
Show Gist options
  • Save alexbartlow/703585 to your computer and use it in GitHub Desktop.
Save alexbartlow/703585 to your computer and use it in GitHub Desktop.
class Email::Base < ActiveRecord::Base
self.abstract_class = true
establish_connection 'drip_email_marketing'
end
# Ensure that config/database.yml has connection information for drip_email_marketing
#
# Make all other classes using this DB connection use this base class as their ancestor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment