Class: Ckeditor::AttachmentFile

Inherits:
Asset
  • Object
show all
Defined in:
app/models/ckeditor/attachment_file.rb

Constant Summary

Constants inherited from Asset

Ckeditor::Asset::SIZE_RANGE

Instance Method Summary collapse

Methods inherited from Asset

#extension, #to_jq_upload

Methods included from Georgia::Indexer

included

Instance Method Details

#url_thumbObject



4
5
6
# File 'app/models/ckeditor/attachment_file.rb', line 4

def url_thumb
  @url_thumb ||= Ckeditor::Utils.filethumb(filename)
end