2010-09-10 67 views

回答

11

您可以使用Active Record的思考(API here

在您的例子:

p.class.reflect_on_all_associations(:has_many).collect {|a| a.name}