testy/app/models/price_report.rb

6 lines
104 B
Ruby
Raw Permalink Normal View History

2026-05-17 11:12:43 +00:00
class PriceReport < ApplicationRecord
belongs_to :product
belongs_to :store
belongs_to :guest
end