In order to view this lesson, you must purchase this course.
In addition to following a user, our system should also support the action of unfollowing someone. This is done relatively easily through the removeFromCollection call on our User model. In this lesson, we'll make sure our following property is being populated correctly as we follow and unfollow multiple users.