Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Build a Todo List Application with Rails 4 Build a Todo List Application with Rails 4 Adding Todo Items

Nikolai Montesclaros
Nikolai Montesclaros
11,928 Points

Route Parameter for link_to "New Todo Item"

I am sort of confused when the link for New Todo Item was defined within the index.html.erb file of Todo Items. Can you explain as to why the parameter is not required here? I was expecting the path of todo_list_todo_item_path to have a parameter of @todo_list since when you run rake routes it has a :todo_list_id within the URI. Moreover, I thought that this was needed so when we create a new item how would it then determine how to associate this particular item to a particular todo list.

2 Answers

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

Hey Nikolai Montesclaros good catch! That appears to have been cut from the video. We'll get that added.