新增:gitlink菜单权限

This commit is contained in:
2024-07-01 09:55:20 +08:00
parent ae842938c2
commit c9d8ce073f
34 changed files with 61 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
class Admins::ProjectsController < Admins::BaseController
before_action :require_admin
before_action :find_project, only: [:edit, :update]
def index