- Complete CRUD actions
- Add more functionality to analysis model
So far we have created new objects of Pizzas and persisted them as rows in our DB.
We have also read from the DB with the .all method we created.
Complete our CRUD actions with an update and a delete.
- Think about whether the action is based on the instance or the class.
- You may need to change the attr_reader to attr_accessor!
Add further functionality to the sales model