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_article.rb
2021-08-26 15:58:34 +02:00

4 lines
67 B
Ruby

class PArticle < ApplicationRecord
belongs_to :p_product_ref
end