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.
1 parent f1be11a commit b14347bCopy full SHA for b14347b
activerecord/lib/active_record/locking/optimistic.rb
@@ -9,7 +9,7 @@ module Locking
9
# it was opened, an ActiveRecord::StaleObjectError exception is thrown if that has occurred
10
# and the update is ignored.
11
#
12
- # Check out +ActiveRecord::Locking::Pessimistic+ for an alternative.
+ # Check out ActiveRecord::Locking::Pessimistic for an alternative.
13
14
# == Usage
15
0 commit comments