Class: Ckeditor::AttachmentFile

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

Overview

CKEditor Attachment file

Instance Method Summary collapse

Instance Method Details

#url_thumbObject

Sets the URL of the thumbnail(?)



6
7
8
# File 'app/models/ckeditor/attachment_file.rb', line 6

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