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 On 2/18/06, Theodore Mills <twmills@gmail.com> wrote:> 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. >