diff --git a/app/controllers/attachments_controller.rb b/app/controllers/attachments_controller.rb index 28731a43..e01ef774 100644 --- a/app/controllers/attachments_controller.rb +++ b/app/controllers/attachments_controller.rb @@ -71,7 +71,7 @@ class AttachmentsController < ApplicationController @attachment.digest = digest @attachment.author_id = current_user.id @attachment.disk_directory = month_folder - @attachment.cloud_url = remote_path + # @attachment.cloud_url = remote_path # @attachment.save! if @attachment.save! check_result = Attachment.check_image_able(dun_check_file)