diff options
Diffstat (limited to 'lib/tasks/codifligne.rake')
| -rw-r--r-- | lib/tasks/codifligne.rake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tasks/codifligne.rake b/lib/tasks/codifligne.rake new file mode 100644 index 000000000..8b7a4f669 --- /dev/null +++ b/lib/tasks/codifligne.rake @@ -0,0 +1,6 @@ +namespace :codifligne do + desc "Sync lines, companies, networks, and group of lines from codifligne" + task sync: :environment do + Stif::CodifLineSynchronization.synchronize + end +end |
