method

set_locking_column

rails latest stable - Class: ActiveRecord::Base

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.1.6) is shown here.

set_locking_column(value = nil, &block)
public

No documentation available.

# File activerecord/lib/active_record/locking.rb, line 64
      def set_locking_column(value = nil, &block)
        define_attr_method :locking_column, value, &block
      end