Class: Plugins::Ecommerce::Attribute

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/plugins/ecommerce/attribute.rb

Instance Method Summary collapse

Instance Method Details

#translated_valuesObject



9
10
11
# File 'app/models/plugins/ecommerce/attribute.rb', line 9

def translated_values
  values.select(:id, :label, :key).map{|item| item.label = item.label.to_s.translate; item }
end