Skip to content

Instantly share code, notes, and snippets.

@dolphorama
dolphorama / migrate.rb
Last active February 15, 2018 23:01
migrate nils to empty arrays
module Donor
class DonorDocumentMigration
attr_reader :entity
def initialize(entity)
@entity = entity
end
def call