Commit 121114a2 authored by Rémy Coutable's avatar Rémy Coutable

Add a 'class_name: "::Project"' to a `'belongs_to :project' in a spec

parent a48bd70a
......@@ -1541,7 +1541,7 @@ describe Gitlab::Database::MigrationHelpers do
self.table_name = 'issues'
self.inheritance_column = :_type_disabled
belongs_to :project
belongs_to :project, class_name: "::Project"
has_internal_id :iid,
scope: :project,
......
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