negos_app/app/models/newsgroup.rb
Nicolas Bally 772e87ffb7 initial
2015-11-14 00:08:54 +01:00

7 lines
131 B
Ruby

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