method
locking_enabled?
v3.2.13 -
Show latest stable
- Class:
ActiveRecord::Locking::Optimistic::ClassMethods
locking_enabled?()public
Returns true if the lock_optimistically flag is set to true (which it is, by default) and the table includes the locking_column column (defaults to lock_version).