1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-11 08:29:31 +01:00
fab-manager/app/models/product.rb
2022-08-03 10:16:36 +02:00

4 lines
69 B
Ruby

class Product < ApplicationRecord
belongs_to :product_category
end