Merge remote-tracking branch 'origin/master' into gs-master
This commit is contained in:
@ -30,7 +30,7 @@ module AccountFinderConcern
|
||||
end
|
||||
|
||||
def account
|
||||
scoped_accounts.take
|
||||
scoped_accounts.order(id: :asc).take
|
||||
end
|
||||
|
||||
private
|
||||
|
Reference in New Issue
Block a user