Fix AccountFinderConcern::AccountFinder#with_usernames (#5722)

th-downstream
ysksn 7 years ago committed by Eugen Rochko
parent a766ece166
commit bf1d4a2cb9

@ -44,7 +44,7 @@ module AccountFinderConcern
end
def with_usernames
Account.where.not(username: [nil, ''])
Account.where.not(username: '')
end
def matching_username

Loading…
Cancel
Save