super-graph/rails-app/app/models/product.rb
2019-04-11 01:10:51 -04:00

4 lines
81 B
Ruby

class Product < ApplicationRecord
has_many :customers, through: :purchases
end