|
|
|
@ -33,3 +33,7 @@
|
|
|
|
1. [Nested Models](Nested_Models.md)
|
|
|
|
1. [Nested Models](Nested_Models.md)
|
|
|
|
|
|
|
|
|
|
|
|
#### Lab/HW ideas
|
|
|
|
#### Lab/HW ideas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. Implement find for both `/people/:id` and `/locations/:id`
|
|
|
|
|
|
|
|
1. Stretch: imlement an many-to-many relation with a `Companies` model
|
|
|
|
|
|
|
|
- use a `jobs` intermediary table
|
|
|
|
|