6 lines
97 B
Ruby
6 lines
97 B
Ruby
class PSpecValue < ApplicationRecord
|
|
has_many :p_product_ref_specs
|
|
|
|
UNITS = ["Go", "Mo"]
|
|
end
|