Upgrade Rails to version 5.2.0 (#5898)
This commit is contained in:
parent
8e88a18316
commit
50529cbceb
22 changed files with 330 additions and 262 deletions
|
@ -9,7 +9,7 @@ class Settings::FollowerDomainsController < ApplicationController
|
|||
|
||||
def show
|
||||
@account = current_account
|
||||
@domains = current_account.followers.reorder('MIN(follows.id) DESC').group('accounts.domain').select('accounts.domain, count(accounts.id) as accounts_from_domain').page(params[:page]).per(10)
|
||||
@domains = current_account.followers.reorder(Arel.sql('MIN(follows.id) DESC')).group('accounts.domain').select('accounts.domain, count(accounts.id) as accounts_from_domain').page(params[:page]).per(10)
|
||||
end
|
||||
|
||||
def update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue