destroying.rb revision bfdc4a2d94284b4138ed5963cdf2ea32cbf4c3d4
included do
@destroying ||= []
end
end
rescue StandardError => e
raise e.class, "Can't delete repository: It contains an ontology that is imported by another repository."
end
end
def unmark_as_destroying
self.class.instance_variable_get(:@destroying).delete(self.id) if self.id
end
end