After upgrading to Ruby 3.0.0 on my local machine, I can go to the console and enter:
User.find(1)
and it returns a user
After pushing