Migration fix

This commit is contained in:
Martin Lensment 2015-05-22 19:52:08 +03:00
parent 626905fb49
commit 8f794d05ce

View file

@ -10,6 +10,7 @@ class UpdateCerts < ActiveRecord::Migration
elsif x.crt.blank? && x.csr.present?
x.interface = Certificate::REGISTRAR
end
x.save
end
end
end