feat: rename admins_group_manager to gestionnaire

This commit is contained in:
seb-by-ouidou 2023-09-04 10:07:04 +00:00 committed by seb-by-ouidou
parent e9f2b56866
commit 44b4b5d0ab
60 changed files with 310 additions and 310 deletions

View file

@ -0,0 +1,5 @@
FactoryBot.define do
factory :groupe_gestionnaire do
sequence(:name) { |n| "Group #{n}" }
end
end