In this project, we'll re-write our association accessor methods using ActiveRecord's powerful Association helpers.
Use this tool to help plan out your new association methods:
https://association-accessors.firstdraft.com/
- Start the web server by running
bin/server
. - Navigate to your live application preview.
- As you work, remember to navigate to
/git
and commit often as you work. - Revisit your pages and
rails grade
to ensure everything still works.