LoginSignup
2
2

More than 3 years have passed since last update.

railsで子モデルをcreated_at descで取得するscope

Posted at

子モデルのデータをdescやascで取得方法を変えるには下記の方法でいけます

scope :order_asc, -> { includes(:messages).order('messages.created_at ASC') }

参考記事

Ruby On Rails: Order by child attribute

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2