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 Editing Todo Lists

use of let!() function

In the video editing Todo Lists the code was like let!(:todo_list) {TodoList.create(title: "Groceries",description: "Grocery list.")}, y not use todo_list = TodoList.create(title: "Groceries",description: "Grocery list."),this is also considered to be declaraded globally. plss brief the purpose of let!(). Thanks in advance.

Please use some plain english instead of writing "y" and "plss" the next time you ask for help on the internet...

2 Answers

Thanku very much. you helped me a lot.

can u please suggest any documentations or references (books)for clear understanding of rails.