mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-07-15 06:34:32 +08:00
修改 子评论
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
class JournalsController < ApplicationController
|
class JournalsController < ApplicationController
|
||||||
before_action :require_login, except: :index
|
before_action :require_login, except: :index
|
||||||
before_action :set_issue, except: :get_children_journals
|
before_action :set_issue
|
||||||
before_action :check_issue_permission
|
before_action :check_issue_permission
|
||||||
before_action :set_journal, only: [:destroy, :edit, :update]
|
before_action :set_journal, only: [:destroy, :edit, :update]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user