I'd like to sort all projects in our dashboard according to those that have been most recently updated. This means, when you add or modify a task within a project, we need to touch the parent project's updated_at
timestamp in the process. Let's learn how in this episode.
View the source code for this episode on GitHub.