Flowdock
method

extended

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActiveRecord::Locking::Optimistic::ClassMethods
extended(base) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/locking/optimistic.rb, line 101
        def self.extended(base)
          class <<base
            alias_method_chain :update_counters, :lock
          end
        end
Register or log in to add new notes.