Temporary change

This commit is contained in:
Cagdas Gerede 2016-11-12 16:41:43 +03:00
parent 3b91c92719
commit be6bcbe24e
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ class Projects::ForksController < Projects::ApplicationController
end
def new
return authenticate_user! unless current_user
@namespaces = current_user.manageable_namespaces
@namespaces.delete(@project.namespace)
end