mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
parent
c43b54a30a
commit
d27594603b
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class Contact < ActiveRecord::Base
|
||||||
|
|
||||||
contact.destroy
|
contact.destroy
|
||||||
counter.next
|
counter.next
|
||||||
STDOUT << "#{Time.zone.now.utc} Contact.destroy_orphans: ##{contact.id} (#{contact.name})\n"
|
STDOUT << "#{Time.zone.now.utc} Contact.destroy_orphans: ##{contact.id} (#{contact.name})\n" unless Rails.env.test?
|
||||||
end
|
end
|
||||||
|
|
||||||
STDOUT << "#{Time.zone.now.utc} - Successfully destroyed #{counter} orphaned contacts\n" unless Rails.env.test?
|
STDOUT << "#{Time.zone.now.utc} - Successfully destroyed #{counter} orphaned contacts\n" unless Rails.env.test?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue