rails アソシエーション先の並べ替えを維持したい May 11, 2018 Post has_many Comment @post = Post.find(xxx) @post.comments = post.comments.custom_order @post.comments @post.comments で comments がソートされた状態にしたいのですが、どうすればよいのでしょうか?