fix
This commit is contained in:
parent
24e77300ad
commit
f013ddcb72
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue