5 lines
96 B
Ruby
Executable File
5 lines
96 B
Ruby
Executable File
class CustomerNewsgroup < ActiveRecord::Base
|
|
belongs_to :customer
|
|
belongs_to :newsgroup
|
|
end
|