Sha256: fce078a18fec7a4e42d85154252903a24390eb9fc698044ee30292b647ab2ed0
Contents?: true
Size: 237 Bytes
Versions: 13
Compression:
Stored size: 237 Bytes
Contents
# frozen_string_literal: true module Importo class RevertService < ApplicationService def perform sleep 1 context.import.importer.revert! rescue context.import.failure! context.fail! end end end
Version data entries
13 entries across 13 versions & 1 rubygems