Add PairProgrammingStudy

* Later used to create the A/B groups
This commit is contained in:
kiragrammel
2023-08-10 17:10:15 +02:00
committed by Sebastian Serth
parent 319c3ab3b4
commit 2fb8def1d0
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# frozen_string_literal: true
class PairProgramming23Study
def self.participate?
# TODO: Decide which users are in the study
false
end
end