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 Clearance
1
The issue was that the show
method was defined in the private
section of the controller 🤦.