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 trialRafael alves
1,256 PointsApi TodoList.all (json response empty). Does anyone had the same problem?
Download the Linux VM and followed along with the video, however when i run on my browser http://localhost:3000/api/todo_lists.json. The json response is empty.
6 Answers
Oğulcan Girginc
24,848 PointsCan you share your todo_lists
controller?
Rafael alves
1,256 Pointsclass Api::TodoListsController < ApplicationController def index render json: TodoList.all end end
Mohammad Fachri
1,472 PointsHey I have the same problem. Can anyone share?
Racheal Williams
248 PointsI have the same issue, did anyone get a fix for this?
Lindsay Barrett
234 PointsAny updates on this?
Craig Booker
14,968 PointsI have the same result. Empty.