Class: Spina::Shop::ProductImage

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

Instance Method Summary collapse

Instance Method Details

#altObject



14
15
16
# File 'app/models/spina/shop/product_image.rb', line 14

def alt
  alt_description.presence || description
end

#descriptionObject



10
11
12
# File 'app/models/spina/shop/product_image.rb', line 10

def description
  product.try(:name)
end