diff options
-rw-r--r-- | activerecord/lib/active_record/locking/optimistic.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/locking/optimistic.rb b/activerecord/lib/active_record/locking/optimistic.rb index 98215b1c9b..82882469e3 100644 --- a/activerecord/lib/active_record/locking/optimistic.rb +++ b/activerecord/lib/active_record/locking/optimistic.rb @@ -47,7 +47,8 @@ module ActiveRecord # self.locking_column = :lock_person # end # - # Note that, optimistic locking will be ignored if you update the locking column value. + # Please note that the optimistic locking will be ignored if you update the + # locking column's value. module Optimistic extend ActiveSupport::Concern |