Class: Ckeditor::AttachmentFile
- Defined in:
- lib/generators/ckeditor/templates/mongoid/paperclip/ckeditor/attachment_file.rb,
lib/generators/ckeditor/templates/mongoid/carrierwave/ckeditor/attachment_file.rb,
lib/generators/ckeditor/templates/active_record/refile/ckeditor/attachment_file.rb,
lib/generators/ckeditor/templates/active_record/dragonfly/ckeditor/attachment_file.rb,
lib/generators/ckeditor/templates/active_record/paperclip/ckeditor/attachment_file.rb,
lib/generators/ckeditor/templates/active_record/carrierwave/ckeditor/attachment_file.rb
Constant Summary
Constants included from Backend::Dragonfly
Instance Method Summary collapse
Methods included from Backend::Dragonfly
Methods included from Orm::ActiveRecord::AssetBase
Methods included from Backend::Refile
#extract_dimensions, #magick, #url
Methods included from Backend::Paperclip
Methods included from Orm::Mongoid::AssetBase
Instance Method Details
#url_thumb ⇒ Object
10 11 12 |
# File 'lib/generators/ckeditor/templates/mongoid/paperclip/ckeditor/attachment_file.rb', line 10 def url_thumb @url_thumb ||= Ckeditor::Utils.filethumb(filename) end |