clean(flipper): remove unused groups
This commit is contained in:
parent
56789bdf1f
commit
ebd68484df
1 changed files with 0 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue