Member predicate ActiveRecordAssociation::getSourceClass
Gets the class which declares this association. For example, in
class User
has_many :posts
end
the source class is User
.
Gets the class which declares this association. For example, in
class User
has_many :posts
end
the source class is User
.