- # remove all elements from the redaction
- redaction = redactions(:example)
- redaction.old_nodes.each { |n| n.update!(:redaction => nil) }
- redaction.old_ways.each { |w| w.update!(:redaction => nil) }
- redaction.old_relations.each { |r| r.update!(:redaction => nil) }