mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
7 lines
221 B
Ruby
7 lines
221 B
Ruby
namespace :collect_csv_data do
|
|
desc 'Import from csv registry business contact into BusinessRegistryContact model'
|
|
|
|
task business_contacts: :environment do
|
|
ScanCsvRegistryBusinnesContactsJob.perform_now
|
|
end
|
|
end
|