Use find_or_create_by to avoid subtransactions
Use `find_or_create_by` instead of `safe_find_or_create_by` to avoid subtransactions.
Showing
Please register or sign in to comment
Use `find_or_create_by` instead of `safe_find_or_create_by` to avoid subtransactions.