Class: Ckeditor::AttachmentFile
- Defined in:
- app/models/ckeditor/attachment_file.rb,
app/models/ckeditor/attachment_file.rb
Instance Method Summary collapse
Instance Method Details
#url_thumb ⇒ Object
10 11 12 |
# File 'app/models/ckeditor/attachment_file.rb', line 10 def url_thumb @url_thumb ||= Ckeditor::Utils.filethumb(filename) end |