Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 574 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 574 Bytes

Refactoring MSM Queries — Again!

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/

Setup

  1. Start the web server by running bin/server.
  2. Navigate to your live application preview.
  3. As you work, remember to navigate to /git and commit often as you work.
  4. Revisit your pages and rails grade to ensure everything still works.