Lessons: 13Length: 1.6 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.6 Writing the Update Method

Next, we’ll create the update method, which we’ll use to update records in the database. Since we’ve already written the find method, this is actually pretty trivial, as it just builds on top of that.