5 lines
162 B
Ruby
5 lines
162 B
Ruby
class PriceLineRespSelect < ApplicationRecord
|
|
belongs_to :price_line_demand, class_name: "PriceLine"
|
|
belongs_to :price_line_resp, class_name: "PriceLine"
|
|
end
|