Sha256: ca72fa3e7e7ad51c977d54f54261a8ab04fe5a2f1abd377e8f8b276921c48a92
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 Bytes
Contents
class Ckeditor::Picture < Ckeditor::Asset has_attached :data, :styles => { :content => '800>', :thumb => '118x100#' } validates_attachment_size :data, :less_than => 5.megabytes validates_attachment_presence :data field :width field :height def url_content url(:content) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fullstack-ckeditor-0.1.2 | app/models/ckeditor/picture.rb |