Browse Source

修改 子评论

tags/v1
sylor_huang@126.com 6 years ago
parent
commit
bed4d93493
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/journals_controller.rb

+ 1
- 1
app/controllers/journals_controller.rb View File

@@ -1,6 +1,6 @@
class JournalsController < ApplicationController
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 :set_journal, only: [:destroy, :edit, :update]



Loading…
Cancel
Save