Created
March 31, 2010 07:58
-
-
Save Mikr0Tik/350067 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 Job < ActiveRecord::Base | |
has_and_belongs_to_many :sources | |
end |
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 Source < ActiveRecord::Base | |
establish_connection :source_db | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment