Add PairProgrammingStudy
* Later used to create the A/B groups
This commit is contained in:

committed by
Sebastian Serth

parent
319c3ab3b4
commit
2fb8def1d0
8
lib/pair_programming23_study.rb
Normal file
8
lib/pair_programming23_study.rb
Normal 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
|
Reference in New Issue
Block a user