Sha256: b229725c85a75edc57215ddb5a62792921cb0c666634e1ef0a6502c159724402
Contents?: true
Size: 298 Bytes
Versions: 2
Compression:
Stored size: 298 Bytes
Contents
class ContentImage < ActiveRecord::Base belongs_to :content_part, :polymorphic => true belongs_to :content_part_as_overlay_image, :foreign_key => 'content_part_as_overlay_id', :polymorphic => true has_attached_file :image, :styles => { :medium => "167x250>" } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree-cms-0.2.1 | app/models/content_image.rb |
spree-cms-0.2.0 | app/models/content_image.rb |