This section will be a review section because we will have to write CRUD functions for the Products. You should be able to do this as it uses the concepts that we have already learned previously. Here are our goals for this section: *Be able to edit and update products *Be able to list our products by way of the index function *Be able to delete products by means of a destroy function