In this video we log an activity when we create or update a task
Steps:
1. Copy the existing activity log method from ProjectController to TaskController
2. Update the method to take a Task instead of a Project as a parameter
3. Call the new method from the store and update methods
Source Code:
https://github.com/alpascasts/fireplace/releases/tag/v0.13.0