method

new

rails latest stable - Class: ActiveRecord::Locking::LockingType
new(subtype)
public

No documentation available.

# File activerecord/lib/active_record/locking/optimistic.rb, line 206
      def self.new(subtype)
        self === subtype ? subtype : super
      end