Silence more scope order warnings (#1604)
This commit is contained in:
parent
b155e6ccf5
commit
323671a653
4 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ class SuspendAccountService < BaseService
|
|||
private
|
||||
|
||||
def purge_content
|
||||
@account.statuses.find_each do |status|
|
||||
@account.statuses.reorder(nil).find_each do |status|
|
||||
RemoveStatusService.new.call(status)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue