Extract Contributor concern as abstract class
During documentation of the pair programming feature, we noticed that the Contributor should be an abstract class, which is parent for the User and the ProgrammingGroup. With this commit, we perform these changes.
This commit is contained in:

committed by
Sebastian Serth

parent
37e5dfaba1
commit
dab8f777b3
@@ -2,7 +2,6 @@
|
||||
|
||||
module ContributorCreation
|
||||
extend ActiveSupport::Concern
|
||||
include Contributor
|
||||
|
||||
ALLOWED_CONTRIBUTOR_TYPES = [InternalUser, ExternalUser, ProgrammingGroup].map(&:to_s).freeze
|
||||
|
||||
|
Reference in New Issue
Block a user