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 Building Social Features in Ruby on Rails Managing Friendships Scoped Finders

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

Change 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. :(

user_friendships_controller.rb
class UserFriendshipsController < ApplicationController
  # Write your code here
  def index
    @user_friendships = current_user.pending_user_friendships.all
  end
end
Jennifer Nordell
seal-mask
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Oh 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...

Daniel Crews
Daniel Crews
14,008 Points

I 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.

1 Answer

Jay McGavren
STAFF
Jay McGavren
Treehouse Teacher

Jason 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
Jason Anders
Treehouse Moderator 145,858 Points

Thank you very much Jay McGavren. Everything seems fixed. Both tasks in the challenge now pass. Now I can finally call the course "Complete". :smiley: