Skip to content

Remove has_many :source as :class_name usages

Igor Drozdov requested to merge cherry-pick-016c9a30 into master

What does this MR do?

In some places we use source keyword as if it meant to be class_name keyword. Currently, it doesn't have any impact, but with Rails 6.1 it raises an error.

Merge request reports