gitlab-ce/app/controllers/groups/custom_emoji_controller.rb

9 lines
177 B
Ruby

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