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/p_product_ref_spec.rb

6 lines
127 B
Ruby

class PProductRefSpec < ApplicationRecord
belongs_to :p_product_ref
belongs_to :p_spec_type
belongs_to :p_spec_value
end