Sha256: c2a74492c563c507e323d8503e11595e7a325ecdef1f2ac9815c02d0c60e180e
Contents?: true
Size: 228 Bytes
Versions: 6
Compression:
Stored size: 228 Bytes
Contents
class Product < ActiveRecord::Base belongs_to :shop has_attachments( :pictures, path: ':id-:style.:extension', default_path: 'missing.png' ) has_attachment( :brief, path: ':id.:extension' ) end
Version data entries
6 entries across 6 versions & 1 rubygems