newbie question

Hmmm...I don't see the error in the code. What happens when you add this debug statement to the controller? What does it print?

def list   @books = Book.find(:all)   p @books end