Update and Delete
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
created_at
andupdated_at
...
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
created_at
andupdated_at
...