Member predicate ActiveRecordAssociation::getTargetClass
Gets the class which this association refers to. For example, in
class User
has_many :posts
end
the target class is Post
.
Gets the class which this association refers to. For example, in
class User
has_many :posts
end
the target class is Post
.