This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/app/models/price_line_resp_select.rb

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