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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2018-05-02 18:43:20 +0300
committerDylan Griffith <dyl.griffith@gmail.com>2018-05-02 18:43:20 +0300
commit0970e7b9608d6ada1c0fe45242ea092ea91068aa (patch)
tree79b16801413032e669f8369ee111561f152ff923 /app/models/group.rb
parent2261188f48dff25c5bfbbca739c5f570849155f4 (diff)
Rename RunnerGroup -> RunnerNamespace
Diffstat (limited to 'app/models/group.rb')
-rw-r--r--app/models/group.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/group.rb b/app/models/group.rb
index f21008e5f75..f493836a92e 100644
--- a/app/models/group.rb
+++ b/app/models/group.rb
@@ -29,8 +29,6 @@ class Group < Namespace
has_many :labels, class_name: 'GroupLabel'
has_many :variables, class_name: 'Ci::GroupVariable'
has_many :custom_attributes, class_name: 'GroupCustomAttribute'
- has_many :runner_groups, class_name: 'Ci::RunnerGroup'
- has_many :runners, through: :runner_groups, source: :runner, class_name: 'Ci::Runner'
has_many :uploads, as: :model, dependent: :destroy # rubocop:disable Cop/ActiveRecordDependent