aboutsummaryrefslogtreecommitdiffstats
path: root/config/schedule.rb
diff options
context:
space:
mode:
authorEdouard Maffert2016-08-10 17:51:42 +0200
committerEdouard Maffert2016-08-10 17:51:42 +0200
commitb66235384cf777a7195463495b412df1a5f34b80 (patch)
tree1b81b1828b37f7ca3aa3877d701cda3e1bb7f696 /config/schedule.rb
parent18f063711a92f1743fa08cd94a540a58d54f8dcc (diff)
downloadchouette-core-b66235384cf777a7195463495b412df1a5f34b80.tar.bz2
add network and group of lines synchronization and create a rake task
Diffstat (limited to 'config/schedule.rb')
-rw-r--r--config/schedule.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/schedule.rb b/config/schedule.rb
index bf2c804df..6adbc0219 100644
--- a/config/schedule.rb
+++ b/config/schedule.rb
@@ -23,3 +23,7 @@ every :hour do
rake "organisations:sync"
rake "users:sync"
end
+
+every :day do
+ rake "codifligne:sync"
+end \ No newline at end of file