aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/users.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/users.rake')
-rw-r--r--lib/tasks/users.rake6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/tasks/users.rake b/lib/tasks/users.rake
deleted file mode 100644
index c045639c1..000000000
--- a/lib/tasks/users.rake
+++ /dev/null
@@ -1,6 +0,0 @@
-namespace :users do
- desc "Sync users from stif portail"
- task sync: :environment do
- User.portail_sync
- end
-end