summaryrefslogtreecommitdiff
path: root/app/controllers/projects/notes_controller.rb
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-05 17:27:07 +0100
committerDouwe Maan <douwe@selenight.nl>2016-07-24 13:10:54 -0600
commita55c1232b5922d20942669697c3ee0b5989e5c71 (patch)
tree8f46e6f3759edabfcf3d1323584a8f629a6e7357 /app/controllers/projects/notes_controller.rb
parent50e0728cc98ad42230daa1ddf010ff5c4ef0d3ad (diff)
downloadgitlab-ce-a55c1232b5922d20942669697c3ee0b5989e5c71.tar.gz
Resolve all endpoint
Diffstat (limited to 'app/controllers/projects/notes_controller.rb')
-rw-r--r--app/controllers/projects/notes_controller.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/controllers/projects/notes_controller.rb b/app/controllers/projects/notes_controller.rb
index 5ace460d02f..c3237fd360e 100644
--- a/app/controllers/projects/notes_controller.rb
+++ b/app/controllers/projects/notes_controller.rb
@@ -71,6 +71,11 @@ class Projects::NotesController < Projects::ApplicationController
render nothing: true, status: 200
end
+ def resolve_all
+ sleep 2
+ render nothing: true, status: 200
+ end
+
private
def note