请解释原因:
User.first.comments.class => Array
User.first.comments.missing_method => undefined method `missing_method' for []:ActiveRecord::Relation
为什么第一行类是 Array 而另一个是 Relation?
请解释原因:
User.first.comments.class => Array
User.first.comments.missing_method => undefined method `missing_method' for []:ActiveRecord::Relation
为什么第一行类是 Array 而另一个是 Relation?