Issue with ActionController#show

Could not get the show action to pass the @user instance variable into the view. Thought the issue was with in inheriting from Clearance1

The issue was that the show method was defined in the private section of the controller 🤦.