4 lines
71 B
Ruby
4 lines
71 B
Ruby
class PromotionProduct < ApplicationRecord
|
|
belongs_to :promotion
|
|
end
|
class PromotionProduct < ApplicationRecord
|
|
belongs_to :promotion
|
|
end
|