root/app/models/artwork_step_thumbnail.rb @ 15ec0432
b689e231 | Marc Dequènes (Duck) | class ArtworkStepThumbnail < ArtworkStep
|
|
belongs_to :artwork_step_image, :foreign_key => 'parent_id'
|
|||
has_attachment :content_type => :image,
|
|||
:storage => :file_system,
|
|||
:path_prefix => base_upload_path()
|
|||
end
|