forked from Gitlink/forgeplus
流水线模板支持普通用户管理
This commit is contained in:
parent
e1e3c46aab
commit
8348708c49
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue