mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-21 20:25:45 +08:00
上传文件返回pull_request_id
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class JournalsController < ApplicationController
|
||||
before_action :require_login, except: :index
|
||||
before_action :require_login, except: [:index, :get_children_journals]
|
||||
before_action :set_issue
|
||||
before_action :check_issue_permission
|
||||
before_action :set_journal, only: [:destroy, :edit, :update]
|
||||
|
||||
Reference in New Issue
Block a user