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_serial_num.rb

6 lines
137 B
Ruby

class PArticleSerialNum < ApplicationRecord
belongs_to :p_article
belongs_to :p_serial_num_type
belongs_to :p_serial_num_value
end