Skip to content

Instantly share code, notes, and snippets.

@JunKikuchi
Last active February 3, 2016 07:56
Show Gist options
  • Save JunKikuchi/175fb199dbefd9573d9e to your computer and use it in GitHub Desktop.
Save JunKikuchi/175fb199dbefd9573d9e to your computer and use it in GitHub Desktop.
user = nil
ActiveRecord::Base.transaction do
user = User.create!(...省略...)
...省略...
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