clean(flipper): remove unused groups

This commit is contained in:
simon lehericey 2022-11-28 21:22:52 +01:00 committed by LeSim
parent 56789bdf1f
commit ebd68484df

View file

@ -1,10 +1,3 @@
Flipper.register('Administrateurs') do |user|
user.administrateur_id.present?
end
Flipper.register('Instructeurs') do |user|
user.instructeur_id.present?
end
# This setup is primarily for first deployment, because consequently
# we can add new features from the Web UI. However when the new DB is created
# this will immediately migrate the default features to be controlled.