Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Jason Anders
Treehouse Moderator 145,680 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,680 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,680 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...