diff options
| author | cedricnjanga | 2018-05-28 05:53:05 -0700 |
|---|---|---|
| committer | cedricnjanga | 2018-05-28 05:53:05 -0700 |
| commit | 26d6a5df823659f39ed7c48e0dc4c11f1ff3dc92 (patch) | |
| tree | 446e7d54ed8664f65a29850eaea18ebbd372f4ad /lib/tasks/organisations.rake | |
| parent | 11975edc476262e2e593b530d34ba053989dc8c2 (diff) | |
| download | chouette-core-26d6a5df823659f39ed7c48e0dc4c11f1ff3dc92.tar.bz2 | |
Refs #6962 Fix wrong syntac in schedule file & remove unnecessary rake files6962-add-cron-class
Diffstat (limited to 'lib/tasks/organisations.rake')
| -rw-r--r-- | lib/tasks/organisations.rake | 6 |
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 |
