Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-05 19:27:07 +0300
committerDouwe Maan <douwe@selenight.nl>2016-07-24 22:10:54 +0300
commita55c1232b5922d20942669697c3ee0b5989e5c71 (patch)
tree8f46e6f3759edabfcf3d1323584a8f629a6e7357 /app/controllers/projects/notes_controller.rb
parent50e0728cc98ad42230daa1ddf010ff5c4ef0d3ad (diff)
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