Commit 77543954 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'remove_cluster_ingresses_association' into 'master'

Remove cluster_ingresses association from project.rb

See merge request gitlab-org/gitlab!17868
parents 0b5c8759 440dbf5f
......@@ -245,7 +245,6 @@ class Project < ApplicationRecord
has_one :cluster_project, class_name: 'Clusters::Project'
has_many :clusters, through: :cluster_project, class_name: 'Clusters::Cluster'
has_many :cluster_ingresses, through: :clusters, source: :application_ingress, class_name: 'Clusters::Applications::Ingress'
has_many :kubernetes_namespaces, class_name: 'Clusters::KubernetesNamespace'
has_many :prometheus_metrics
......
......@@ -250,7 +250,6 @@ project:
- cluster
- clusters
- cluster_project
- cluster_ingresses
- creator
- cycle_analytics_stages
- group
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment