Sha256: f57aec517fe2e89e3da75b30e16775fe5795871240c8f2b0d076f0e4cc5b8718

Contents?: true

Size: 129 Bytes

Versions: 35

Compression:

Stored size: 129 Bytes

Contents

class DestroyAccountJob < Struct.new(:id)
  def perform
    account = Account.find(id)
    account._destroy if account
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
iugusdk-1.0.11 app/workers/destroy_account_job.rb
iugusdk-1.0.10 app/workers/destroy_account_job.rb
iugusdk-1.0.9 app/workers/destroy_account_job.rb
iugusdk-1.0.8 app/workers/destroy_account_job.rb
iugusdk-1.0.7 app/workers/destroy_account_job.rb
iugusdk-1.0.6 app/workers/destroy_account_job.rb
iugusdk-1.0.5 app/workers/destroy_account_job.rb
iugusdk-1.0.4 app/workers/destroy_account_job.rb
iugusdk-1.0.3 app/workers/destroy_account_job.rb
iugusdk-1.0.2 app/workers/destroy_account_job.rb
iugusdk-1.0.1 app/workers/destroy_account_job.rb
iugusdk-1.0.0.alpha.32 app/workers/destroy_account_job.rb
iugusdk-1.0.0.alpha.31 app/workers/destroy_account_job.rb
iugusdk-1.0.0.alpha.30 app/workers/destroy_account_job.rb
iugusdk-1.0.0.alpha.29 app/workers/destroy_account_job.rb
iugusdk-1.0.0.alpha.28 app/workers/destroy_account_job.rb
iugusdk-1.0.0.alpha.27 app/workers/destroy_account_job.rb
iugusdk-1.0.0.alpha.26 app/workers/destroy_account_job.rb
iugusdk-1.0.0.alpha.25 app/workers/destroy_account_job.rb
iugusdk-1.0.0.alpha.24 app/workers/destroy_account_job.rb