summaryrefslogtreecommitdiff
path: root/app/controllers/groups/imports_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/groups/imports_controller.rb')
-rw-r--r--app/controllers/groups/imports_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/groups/imports_controller.rb b/app/controllers/groups/imports_controller.rb
index b611685f9bc..7cf39e378db 100644
--- a/app/controllers/groups/imports_controller.rb
+++ b/app/controllers/groups/imports_controller.rb
@@ -3,6 +3,8 @@
class Groups::ImportsController < Groups::ApplicationController
include ContinueParams
+ feature_category :importers
+
def show
if @group.import_state.nil? || @group.import_state.finished?
if continue_params[:to]