Skip to content

Instantly share code, notes, and snippets.

@motoroller95
Forked from briu/transaction.rb
Last active October 2, 2020 11:46
Show Gist options
  • Save motoroller95/b2f384921b8acc68846e8e3a9276d201 to your computer and use it in GitHub Desktop.
Save motoroller95/b2f384921b8acc68846e8e3a9276d201 to your computer and use it in GitHub Desktop.
transaction
ApplicationRecord.transaction do
user = User.create!
CalculatePayoutJob.perform_later(user)
// куча действий тут
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment