I'm working on a scavenger hunt app and I'm stuck. So I've set up the CRUD for the hunts and for the tasks associated with hunts. But I don't know how to set it up so that the user can associate a particular task with a particular hunt. I think I've got the models setup correctly, but I'm not really sure how to setup the views that allow this association of tasks with a hunt. I'm working on a scavenger hunt app and I'm stu