aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/organisations.rake
diff options
context:
space:
mode:
authorcedricnjanga2018-05-28 05:53:05 -0700
committerJohan Van Ryseghem2018-05-28 16:20:55 +0200
commit9df209e05344c30cfa126522adaffa4c7ad463bd (patch)
tree3b762cc48d8c9b5de67038fb8b55760b5954e58e /lib/tasks/organisations.rake
parent3f7c4b11e27fba2abba6e5bfa676f41b886896e5 (diff)
downloadchouette-core-9df209e05344c30cfa126522adaffa4c7ad463bd.tar.bz2
Refs #6962 Fix wrong syntac in schedule file & remove unnecessary rake files
Diffstat (limited to 'lib/tasks/organisations.rake')
-rw-r--r--lib/tasks/organisations.rake6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/tasks/organisations.rake b/lib/tasks/organisations.rake
deleted file mode 100644
index 1b21d7119..000000000
--- a/lib/tasks/organisations.rake
+++ /dev/null
@@ -1,6 +0,0 @@
-namespace :organisations do
- desc "Sync organisations from stif portail"
- task sync: :environment do
- Organisation.portail_sync
- end
-end