enable negatedif and correct db file

fix spacing
This commit is contained in:
Iris Sprague 2017-03-28 22:20:27 -04:00 committed by Sun-Li Beatteay
parent e2a7e396a2
commit 29650beddb
3 changed files with 9 additions and 19 deletions

View file

@ -30,7 +30,7 @@ class MigratingSupporterRegistrationsToTicketUsers < ActiveRecord::Migration
s.save
end
end
if !s.user_id
unless s.user_id
s.user_id = deleted_user.id
s.save
end