parsing.rb revision 48c232c64e7f7396ddec7182eeb5af76e24676c3
included do
end
# do_or_set_failed do
# condition = ['checksum = ? and id != ?', self.checksum, self.id]
# if OntologyVersion.where(condition).any?
# raise Exception.new('Another file with same checksum already exists.')
# end
# end
save!
end
update_state! :done
end
end
end