class Newsgroup < ActiveRecord::Base has_many :customer_newsgroups has_many :customers, :through => :customer_newsgroups end