Advanced Model and Relationships - Part 2
Rendering todo lists
First create a serializer for TodoList
Inside the serializer include the id
Add has_many todo_items as well
class TodoListSerializer
This is a companion discussion topic for the original entry at https://thoughtbot.com/upcase/videos/advanced-model-and-relationships-part-2