class PriceLineRespSelect < ApplicationRecord belongs_to :price_line_demand, class_name: "PriceLine" belongs_to :price_line_resp, class_name: "PriceLine" end