Class: TbCommerce::Product
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- TbCommerce::Product
- Defined in:
- app/models/tb_commerce/product.rb
Instance Method Summary collapse
Instance Method Details
#featured_image ⇒ Object
25 26 27 28 29 30 31 |
# File 'app/models/tb_commerce/product.rb', line 25 def featured_image self.image_links.each do |image_link| if image_link.is_featured return image_link.image end end end |