Fix project redirect after destroy
This commit is contained in:
parent
f48e0cca6d
commit
193804516b
|
@ -96,7 +96,7 @@ class ProjectsController < ApplicationController
|
|||
UsersProject.set_callback(:destroy, :after, :update_repository)
|
||||
|
||||
respond_to do |format|
|
||||
format.html { redirect_to projects_url }
|
||||
format.html { redirect_to root_path }
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue