流水线模板支持普通用户管理

This commit is contained in:
xxq250 2026-06-17 10:26:46 +08:00
parent 0bf4949cea
commit d36cb464b1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
class Action::TemplatesController < ApplicationController
before_action :require_admin, except: [:index]
before_action :require_login, except: [:index]
before_action :find_action_template, except: [:index, :create, :new]
def index