We've moved discussions to Discord

Important! Teams bugfix

Chris Oliver
Hey guys,

I just pushed up a quick bugfix to the repository that you should merge in. If you're using a downloaded copy, you can apply this one-line patch to application_controller.rb.

  def current_team
    @current_team ||= current_user.teams.find(session[:team_id])

The second line is the one that changed. It should have been scoping to the current user, so this fixes that.
safeMint
i was terrified of running
git fetch jumpstart
git merge jumpstart/master
for the first time, but nothing blew up :D
Notifications
You’re not receiving notifications from this thread.