Important! Teams bugfix
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.
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.
Notifications
You’re not receiving notifications from this thread.