Update and Delete
Explore how to update and delete Active Record objects in Ruby on Rails. Understand methods to modify attributes, save changes, and remove records from your database. This lesson builds your ability to manage data dynamically within Rails applications.
Now that you know how to create and retrieve Active Record objects, you can learn how to make modifications to them.
Currently, your database looks like this:
Note: We omit the ...