scalableinternetservicesarchive / Luber

Luber : :oncoming_automobile: A ridesharing App :oncoming_taxi:
http://www.luber.fun
14 stars 11 forks source link

added button to promote user to admin #104

Closed kylecrsn closed 6 years ago

kylecrsn commented 6 years ago

This PR addresses issue #70 .

When an admin user views another user's profile who isn't an admin a button will be there allowing them to promote the user to admin. As a result, a log will be created in each one's history about the event

kylecrsn commented 6 years ago

So its failing the rental show test because when it gets to my elsif logic for displaying the user promote button, it can't find a session for the current user, resulting in calling .admin on nil. I'm not sure how to deal with this, anyone have any thoughts?