Commit 5652dbe7 authored by Mehmet Emin INAC's avatar Mehmet Emin INAC

Fix ProjectSetting namespace

parent 510c0093
......@@ -118,7 +118,7 @@ module EE
alias_method :parent, :namespace
has_many :all_pipelines, class_name: '::EE::Gitlab::BackgroundMigration::PopulateLatestPipelineIds::Pipeline'
has_one :project_setting, class_name: '::EE::Gitlab::BackgroundMigration::PopulateLatestPipelineIds::ProjectSetting'
has_one :project_setting, class_name: '::Gitlab::BackgroundMigration::PopulateLatestPipelineIds::ProjectSetting'
has_one :route, as: :source, class_name: '::EE::Gitlab::BackgroundMigration::PopulateLatestPipelineIds::Route'
def self.polymorphic_name
......
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