calling @books.photos.find(blah) vs getting record set first

Is this a trick question? :wink: They are exactly the same

book = @book.photos book.object_id == @book.photos.object_id => true

Aaron