Methods

Class Index [+]

Quicksearch

Sequel::Plugins::OptimisticLocking::ClassMethods

Attributes

lock_column[RW]

The column holding the version of the lock

Public Instance Methods

inherited(subclass) click to toggle source

Copy the lock_column value into the subclass

    # File lib/sequel/plugins/optimistic_locking.rb, line 42
42:         def inherited(subclass)
43:           super
44:           subclass.lock_column = lock_column
45:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.