This commit is contained in:
sylor_huang@126.com 2020-08-15 13:28:22 +08:00
parent 2154892a0b
commit 929b56629c
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
class PullRequestsController < ApplicationController
before_action :require_login, except: [:index, :show]
before_action :find_project_with_id
before_action :set_repository
before_action :load_repository
before_action :set_user, only: [:new, :get_branches]
before_action :find_pull_request, except: [:index, :new, :create, :check_can_merge,:get_branches,:create_merge_infos]
# before_action :get_relatived, only: [:edit]
include TagChosenHelper