We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c532443 + 528e901 commit 0053ed2Copy full SHA for 0053ed2
activejob/lib/active_job/enqueuing.rb
@@ -56,7 +56,7 @@ module ClassMethods
56
#
57
# If Active Job is used conjointly with Active Record, and #perform_later is called
58
# inside an Active Record transaction, then the enqueue is implicitly deferred to after
59
- # the transaction is committed, or droped if it's rolled back. In such case #perform_later
+ # the transaction is committed, or dropped if it's rolled back. In such case #perform_later
60
# will return the job instance like if it was successfully enqueued, but will still return
61
# +false+ if a callback prevented the job from being enqueued.
62
0 commit comments