5 lines
102 B
Ruby
5 lines
102 B
Ruby
class PProductUtilisation < ApplicationRecord
|
|
belongs_to :p_product
|
|
belongs_to :p_utilisation
|
|
end
|