Has_many classes

Anybody know how to find out all the class names that a model has
specified as “has_many”? I’m hoping there’s some sort of an array I
can access.

OK, answered my own question:

ActiveRecord::Reflection