Skip to content

Commit 3adc19e

Browse files
committed
Fix typo missing ` in deprecation message
1 parent dfcb27e commit 3adc19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activejob/lib/active_job/enqueue_after_transaction_commit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def raw_enqueue
1515
true
1616
when :never
1717
ActiveJob.deprecator.warn(<<~MSG.squish)
18-
Setting #{self.class.name}.enqueue_after_transaction_commit = :never` is deprecated and will be removed in Rails 8.1.
18+
Setting `#{self.class.name}.enqueue_after_transaction_commit = :never` is deprecated and will be removed in Rails 8.1.
1919
Set to `false` to never enqueue the job after the transaction is committed.
2020
MSG
2121
false

0 commit comments

Comments
 (0)