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