标签: ruby-on-rails activerecord
在Rails 4.0中,以下两种方式之间是否存在性能差异/推荐做法?
Post.find_by user: user
VS
Post.find_by user_id: user.id