标签: ruby-on-rails activerecord arel
我想使用default_scope并从中删除所有订单条件。
我该怎么做?
答案 0 :(得分:2)
使用reorder method。
reorder
User.reorder('id DESC')