negos_app/app/models/newsgroup.rb
2016-02-16 21:09:48 +01:00

7 lines
131 B
Ruby
Executable File

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