after_create_commit(*args, &block)
public
# File activerecord/lib/active_record/transactions.rb, line 278
def after_create_commit(*args, &block)
set_options_for_callbacks!(args, on: :create, **prepend_option)
set_callback(:commit, :after, *args, &block)
end