destroying.rb revision 214b17ce5309c42f31fa6df96778cc9c85ae927d
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