class Newsgroup < ActiveRecord::Base has_many :annonce_account_newsgroups has_many :annonce_accounts, :through => :annonce_account_newsgroups end