Im following the RoR tutorial by Michael Hartl and im at chapter 9.3 "Showing all users" so far everything has worked great but now I am getting an undefined method `each' for nil:NilClass when trying to retrieve my users from the SQlite database. Here is my controllerIm following the RoR tutorial by Michael Hartl