fixed typo in assgned

This commit is contained in:
Scott Pustay 2013-06-25 11:32:28 -07:00 committed by Ariejan de Vroom
parent 7ae72e6511
commit 2000f013f7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class Admin::Teams::ProjectsController < Admin::Teams::ApplicationController
user_team.assign_to_projects(project_ids, access)
end
redirect_to admin_team_path(user_team), notice: 'Team of users was successfully assgned to projects.'
redirect_to admin_team_path(user_team), notice: 'Team of users was successfully assigned to projects.'
end
def edit