We’ve started some of the work for you but we still need your help to get our site working! Here are the deliverables:

Build out the associations for the models we’ve created. You may need to change the schema in order to get the rake db:seed command to work.

On both the index page for Dogs and Employees, a user should be able to click on either take them to the corresponding show page.

The Employee show page should list all of their attributes (bonus if you could get a picture to show up)

The Dog show page should have their name, breed, age along with the Dunder Mifflin Employees.

As a user I should be able to create and edit an Employee and only be able to select only 1 dog from a list of already existing dogs.

No one at Dunder Mifflin can have the same alias and/or job title (Dwight made up that rule!)