Skip to content

Instantly share code, notes, and snippets.

@JunKikuchi
Last active February 3, 2016 07:56
Show Gist options
  • Save JunKikuchi/f364fe25e6cb5a617744 to your computer and use it in GitHub Desktop.
Save JunKikuchi/f364fe25e6cb5a617744 to your computer and use it in GitHub Desktop.
ActiveRecord::Base.transaction do
user = User.create!(...省略...)
...省略...
FooWorker.perform_async(user.id) # 非同期ジョブ投入
...省略...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment