Created
November 17, 2010 16:21
-
-
Save alexbartlow/703585 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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