removed superflous method

fixed scope
This commit is contained in:
Ralf Teusner
2018-03-28 14:29:49 +02:00
parent 182062b480
commit 3df8af8c60
2 changed files with 1 additions and 13 deletions

View File

@ -31,16 +31,4 @@ class UserGroupSeparator
:recommended_assignment
end
end
def self.getRequestforCommentGroup(user)
lastDigitId = user.id % 10
if lastDigitId < 2 # 0,1
:hide_rfc
elsif lastDigitId < 4 # 2,3
:stale_rfc
else # 4,5,6,7,8,9
:show_rfc
end
end
end