summaryrefslogtreecommitdiff
path: root/app/controllers/projects/tags/releases_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/projects/tags/releases_controller.rb')
-rw-r--r--app/controllers/projects/tags/releases_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/projects/tags/releases_controller.rb b/app/controllers/projects/tags/releases_controller.rb
index b852673d82a..adeadf2133e 100644
--- a/app/controllers/projects/tags/releases_controller.rb
+++ b/app/controllers/projects/tags/releases_controller.rb
@@ -1,5 +1,7 @@
# frozen_string_literal: true
+# TODO: remove this file together with FF https://gitlab.com/gitlab-org/gitlab/-/issues/366244
+# also delete view/routes
class Projects::Tags::ReleasesController < Projects::ApplicationController
# Authorize
before_action :require_non_empty_project