2014-06-23 31 views

回答

0
Post.reflections 
#=> { :author => #<ActiveRecord::Reflection::AssociationReflection:0x0...>, 
     :comments => #<ActiveRecord::Reflection::AssociationReflection:0x0...> } 

Post.reflections.keys 
#=> [:author, :comments] 
相關問題