You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rails c
u = User.last
# check that it's you
u.roles = [:admin, :student]
u.save
How to edit the wiki page :P
go to your CurrMap directory
>git clone git@github.com:engsci/CurrMap.wiki.git
open file and edit it
push back up to github
>git add Notes.md
>git commit -m "what you changed"
>git push