Class: Spina::Shop::PropertyOption

Inherits:
ApplicationRecord show all
Defined in:
app/models/spina/shop/property_option.rb

Instance Method Summary collapse

Instance Method Details

#labelObject



12
13
14
# File 'app/models/spina/shop/property_option.rb', line 12

def label
  read_attribute(:label) || name
end