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

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

# rubocop: disable Gitlab/NamespacedClass
class Organization < ApplicationRecord
end
# rubocop: enable Gitlab/NamespacedClass