Skip to content

Commit

Permalink
once more
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Sep 13, 2023
1 parent fe55582 commit 0c60368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def change
puts "Found #{Try.all.where(case_id: nil).count} bogus tries to destroy."

Try.all.where(case_id: nil) do |try|
t.destroy!
try.destroy!
end

puts "Now, found #{Try.all.where(case_id: nil).count} bogus tries to destroy."
Expand Down

0 comments on commit 0c60368

Please sign in to comment.