Method: Spree::Variant#gallery

Defined in:
app/models/spree/variant.rb

The gallery for the variant, which represents all the images associated with it

Returns:



403
404
405
# File 'app/models/spree/variant.rb', line 403

def gallery
  @gallery ||= Spree::Config.variant_gallery_class.new(self)
end