Skip to content

Instantly share code, notes, and snippets.

@aiaio
Created June 13, 2009 22:53
# Create product images.
@product.product_images.create(:label => 'main', :image => # Attachment object)
@product.product_images.create(:label => 'header', :image => # Attachment object)
# Access product images.
@product.available_images('main')
@product.available_images('header')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment