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