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/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
Instance Method Summary collapse
Methods included from Backend::Dragonfly
Methods included from Orm::ActiveRecord::AssetBase
Methods included from Backend::Paperclip
Methods included from Orm::Mongoid::AssetBase
Instance Method Details
#url_thumb ⇒ Object
9 10 11 |
# File 'lib/generators/ckeditor/templates/mongoid/paperclip/ckeditor/attachment_file.rb', line 9 def url_thumb @url_thumb ||= Ckeditor::Utils.filethumb(filename) end |