Skip to content
Snippets Groups Projects
Commit 2000f013 authored by Scott Pustay's avatar Scott Pustay Committed by Ariejan de Vroom
Browse files

fixed typo in assgned

parent 7ae72e65
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment