Commit 2000f013f76a8356dca556156dfbe2cf84c7e730

Authored by Scott Pustay
Committed by Ariejan de Vroom
1 parent 7ae72e65

fixed typo in assgned

app/controllers/admin/teams/projects_controller.rb
... ... @@ -12,7 +12,7 @@ class Admin::Teams::ProjectsController < Admin::Teams::ApplicationController
12 12 user_team.assign_to_projects(project_ids, access)
13 13 end
14 14  
15   - redirect_to admin_team_path(user_team), notice: 'Team of users was successfully assgned to projects.'
  15 + redirect_to admin_team_path(user_team), notice: 'Team of users was successfully assigned to projects.'
16 16 end
17 17  
18 18 def edit
... ...