5 lines
101 B
Ruby
5 lines
101 B
Ruby
class PriceLinePArticle < ApplicationRecord
|
|
belongs_to :price_line
|
|
belongs_to :p_article
|
|
end
|