Skip to content

Instantly share code, notes, and snippets.

@motoroller95
Last active October 15, 2020 14:55
Show Gist options
  • Save motoroller95/36c18b3963f536f82af4f72661c4524c to your computer and use it in GitHub Desktop.
Save motoroller95/36c18b3963f536f82af4f72661c4524c to your computer and use it in GitHub Desktop.
ActiveRercord::Base.transaction do
user = User.create!(params)
user_profile = User::Profile.create!(user: user)
UserHandler.perform_async(user.id)
# 10 строк кода
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment