mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-03-11 08:29:31 +01:00
4 lines
69 B
Ruby
4 lines
69 B
Ruby
class Product < ApplicationRecord
|
|
belongs_to :product_category
|
|
end
|