mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
Improve logging
This commit is contained in:
parent
11fc484270
commit
bbbb3d5367
5 changed files with 8 additions and 17 deletions
|
@ -2,7 +2,6 @@ namespace :contacts do
|
|||
desc 'Archives inactive contacts'
|
||||
|
||||
task archive: :environment do
|
||||
puts 'Starting to gather archivable contacts'
|
||||
inactive_contacts = InactiveContacts.new
|
||||
archived_contacts = inactive_contacts.archive(verified: true)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue