app/models/ckeditor/attachment_file.rb in georgia-0.7.7 vs app/models/ckeditor/attachment_file.rb in georgia-0.7.8

- old
+ new

@@ -1,6 +1,6 @@ class Ckeditor::AttachmentFile < Ckeditor::Asset - mount_uploader :data, CkeditorAttachmentFileUploader, :mount_on => :data_file_name + mount_uploader :data, Ckeditor::AttachmentFileUploader, :mount_on => :data_file_name def url_thumb @url_thumb ||= Ckeditor::Utils.filethumb(filename) end end