Skip to content

Commit 0e3989a

Browse files
Merge pull request rails#51526 from joshuay03/enqueue-after-transaction-commit-defaults-typos
Minor improvement in `enqueue_after_transaction_commit` docs in the new framework defaults file. [ci skip]
2 parents 6f32c7b + b0f6d77 commit 0e3989a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_7_2.rb.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
# If `enqueue_after_transaction_commit` is set to `:default`, the queue adapter
2929
# will define the behaviour.
3030
#
31-
# Note: Active Job backends can disable this feature. This is generally used by
32-
# backends that use the same database than Active Record as a queue, hence they
31+
# Note: Active Job backends can disable this feature. This is generally done by
32+
# backends that use the same database as Active Record as a queue, hence they
3333
# don't need this feature.
3434
#++
3535
# Rails.application.config.active_job.enqueue_after_transaction_commit = :default

0 commit comments

Comments
 (0)