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

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

class NamespaceOnboardingAction < ApplicationRecord
  belongs_to :namespace
end