Attributes
| lock_column | [RW] |
The column holding the version of the lock |
Public Instance methods
inherited
(subclass)
Copy the lock_column value into the subclass
[show source]
# File lib/sequel/plugins/optimistic_locking.rb, line 42 def inherited(subclass) super subclass.lock_column = lock_column end