Skip to content

Commit

Permalink
Fix typo missing ` in deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
kamipo committed Oct 19, 2024
1 parent dfcb27e commit 3adc19e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def raw_enqueue
true
when :never
ActiveJob.deprecator.warn(<<~MSG.squish)
Setting #{self.class.name}.enqueue_after_transaction_commit = :never` is deprecated and will be removed in Rails 8.1.
Setting `#{self.class.name}.enqueue_after_transaction_commit = :never` is deprecated and will be removed in Rails 8.1.
Set to `false` to never enqueue the job after the transaction is committed.
MSG
false
Expand Down

0 comments on commit 3adc19e

Please sign in to comment.