Method: Spree::Variant#gallery
- Defined in:
- app/models/spree/variant.rb
#gallery ⇒ Spree::Gallery
The gallery for the variant, which represents all the images associated with it
403 404 405 |
# File 'app/models/spree/variant.rb', line 403 def gallery @gallery ||= Spree::Config.variant_gallery_class.new(self) end |