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 trialJason Anders
Treehouse Moderator 145,860 PointsChange the user_friendships finder to be scoped to only pending user friendships.
I know this is an old course, and this is a seemingly simple challenge, but I just can't get it to pass. I believe this to be correct, but keep getting "Bummer! The finder was not properly scoped"
What small mistake am I missing. :(
class UserFriendshipsController < ApplicationController
# Write your code here
def index
@user_friendships = current_user.pending_user_friendships.all
end
end
Daniel Crews
14,008 PointsI tried every combo I could think of, nothing. The fact that you can't see solutions to challenges is frustrating and tempts me to drop Treehouse altogether.
Jason Anders
Treehouse Moderator 145,860 PointsTagging the new Ruby Teacher ... Jay McGavren
Any insight?
1 Answer
Jay McGavren
Treehouse TeacherJason Anders Clarified the descriptions and fixed what I think was a bug. Can you try again, and let me know whether it works?
Jason Anders
Treehouse Moderator 145,860 PointsThank you very much Jay McGavren. Everything seems fixed. Both tasks in the challenge now pass. Now I can finally call the course "Complete".
Jennifer Nordell
Treehouse TeacherJennifer Nordell
Treehouse TeacherOh wow! I was in and looked and poked around. Read all the hints etc. And I got nowhere as well. (Not that that means anything). But I sure wish you the best of luck in figuring this one out! This is a doozy...