In this video we add the ability to delete a project.
Steps:
1. Add a new route to our routes file
2. Implement the controller function to delete the project and display a message to the user
3. Add a Delete button to each of the projects displayed in the projects_list.peb file
Source Code:
https://github.com/alpascasts/fireplace/releases/tag/v0.5.0