diff options
| author | cedricnjanga | 2018-05-28 05:53:05 -0700 | 
|---|---|---|
| committer | Johan Van Ryseghem | 2018-05-28 16:20:55 +0200 | 
| commit | 9df209e05344c30cfa126522adaffa4c7ad463bd (patch) | |
| tree | 3b762cc48d8c9b5de67038fb8b55760b5954e58e /lib/tasks/organisations.rake | |
| parent | 3f7c4b11e27fba2abba6e5bfa676f41b886896e5 (diff) | |
| download | chouette-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.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 | 
