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