controllers: use ACSV to import groupe instructeurs

Unlike `CSV`, `ACSV` auto-detect the file encoding and separator type.
This commit is contained in:
Pierre de La Morinerie 2021-10-05 10:58:00 +02:00
parent dee536fca1
commit f854e3af63
3 changed files with 4 additions and 1 deletions

View file

@ -20,6 +20,7 @@ GEM
specs:
aasm (5.1.1)
concurrent-ruby (~> 1.0)
acsv (0.0.1)
actioncable (6.1.4.1)
actionpack (= 6.1.4.1)
activesupport (= 6.1.4.1)
@ -779,6 +780,7 @@ PLATFORMS
DEPENDENCIES
aasm
acsv
active_link_to
active_model_serializers
active_storage_validations