Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-22 14:47:11 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-22 14:47:11 +0400
commit59f75e6c1ec29721d1430e8dbcb5858a0ddb910a (patch)
tree32b0673ddd4e3f8b864e69dc8a16f4a4ea23f1db /app/models/project_team.rb
parent0bc714c271174137431d9194d8f1567953f97a8b (diff)
Remove unused accessor
Diffstat (limited to 'app/models/project_team.rb')
-rw-r--r--app/models/project_team.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/project_team.rb b/app/models/project_team.rb
index ad3ac10ed1f..09b866376b1 100644
--- a/app/models/project_team.rb
+++ b/app/models/project_team.rb
@@ -92,7 +92,6 @@ class ProjectTeam
new_tm = tm.dup
new_tm.id = nil
new_tm.project_id = target_project.id
- new_tm.skip_git = true
new_tm
end