Nested Resources: How to view all children resources

you just need to create an un-nested route for tasks:

map.resources :tasks

outside of the nested routes block. they won't conflict.