diff options
Diffstat (limited to 'lib/tasks/imports.rake')
| -rw-r--r-- | lib/tasks/imports.rake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tasks/imports.rake b/lib/tasks/imports.rake new file mode 100644 index 000000000..6bc84acc8 --- /dev/null +++ b/lib/tasks/imports.rake @@ -0,0 +1,6 @@ +namespace :import do + desc "Notify parent imports when children finish" + task notify_parent: :environment do + ParentImportNotifier.notify_when_finished + end +end |
