mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
修改bug
This commit is contained in:
@@ -113,7 +113,7 @@ class UsersController < ApplicationController
|
||||
end
|
||||
|
||||
def projects
|
||||
scope = Projects::ListMyQuery.call(params.merge(category: params[:category], current_user: current_user))
|
||||
scope = Projects::ListMyQuery.call(params.merge(category: params[:category]), current_user)
|
||||
@total_count = scope.size
|
||||
@projects = paginate(scope)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user