This commit is contained in:
yystopf 2021-09-26 14:44:26 +08:00
parent 24e77300ad
commit f013ddcb72
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
class VersionReleasesController < ApplicationController
before_action :load_repository
before_action :set_user
before_action :require_login, except: [:index]
before_action :require_login, except: [:index, :show]
before_action :find_version , only: [:show, :edit, :update, :destroy]
def index