Files
gitlab-foss/app/controllers/groups/custom_emoji_controller.rb
2024-02-05 03:10:47 +00:00

9 lines
177 B
Ruby

# frozen_string_literal: true
module Groups
class CustomEmojiController < Groups::ApplicationController
feature_category :code_review_workflow
urgency :low
end
end