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

history_controller.rb « import « controllers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69e31392f21bff122cfc6bdba6d1e80f10b9cfd7 (plain)
1
2
3
4
5
# frozen_string_literal: true

class Import::HistoryController < ApplicationController
  feature_category :importers
end