Skip to content

Instantly share code, notes, and snippets.

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