6 lines
104 B
Ruby
6 lines
104 B
Ruby
|
|
class PriceReport < ApplicationRecord
|
||
|
|
belongs_to :product
|
||
|
|
belongs_to :store
|
||
|
|
belongs_to :guest
|
||
|
|
end
|