Merge pull request #1096 from moregeek/show-flash-note-when-destroying-a-project
show flash notice after deletion of a project
This commit is contained in:
commit
72a571724d
|
@ -72,6 +72,6 @@ class Admin::ProjectsController < ApplicationController
|
||||||
@admin_project = Project.find_by_code(params[:id])
|
@admin_project = Project.find_by_code(params[:id])
|
||||||
@admin_project.destroy
|
@admin_project.destroy
|
||||||
|
|
||||||
redirect_to admin_projects_url
|
redirect_to admin_projects_url, notice: 'Project was successfully deleted.'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue