clair_app/app/models/m_odr_file_product.rb
Nicolas Bally c2f8ec2efb initial
2020-10-10 00:28:38 +02:00

5 lines
99 B
Ruby

class MOdrFileProduct < ApplicationRecord
belongs_to :m_odr_file
belongs_to :m_odr_product
end