Browse Source

Create a DeletedCandidate for the merged candidate

tags/last-sinatra-version
Adrian Short 8 years ago
parent
commit
c604d30929
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      scripts/merge-candidates.rb

+ 1
- 0
scripts/merge-candidates.rb View File

@@ -41,6 +41,7 @@ repository(:default).adapter.select("
")

# Delete the loser candidate
DeletedCandidate.create(:old_candidate_id => loser, :candidate_id => winner)
Candidate.get(loser).destroy

puts "Merge completed. Here is the merged candidate:"


Loading…
Cancel
Save