From d5b8761ddfb7de5cade25f14e1d7eb51f7ce20ee Mon Sep 17 00:00:00 2001 From: Matt Farnsworth Date: Tue, 8 Dec 2015 17:18:10 +0200 Subject: [PATCH] Story #109699502 - quitier return candidates countwq --- app/models/domain.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/domain.rb b/app/models/domain.rb index 9ed21658b..b74e8f299 100644 --- a/app/models/domain.rb +++ b/app/models/domain.rb @@ -299,6 +299,7 @@ class Domain < ActiveRecord::Base ensure # the operator should see what was accomplished STDOUT << "#{Time.zone.now.utc} - Finished setting delete_candidate - #{marked} out of #{d.count} successfully set\n" unless Rails.env.test? end + marked end # rubocop:disable Rails/FindEach