summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/models/note.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/models/note.rb b/app/models/note.rb
index 3918bbee194..30b43640b74 100644
--- a/app/models/note.rb
+++ b/app/models/note.rb
@@ -88,9 +88,6 @@ class Note < ActiveRecord::Base
end
end
- # @deprecated attachments are handler by the MarkdownUploader
- mount_uploader :attachment, AttachmentUploader
-
# Scopes
scope :for_commit_id, ->(commit_id) { where(noteable_type: "Commit", commit_id: commit_id) }
scope :system, -> { where(system: true) }