Method: ActiveRecord::ConnectionAdapters::AbstractAdapter#get_advisory_lock
- Defined in:
- activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
#get_advisory_lock(lock_id) ⇒ Object
This is meant to be implemented by the adapters that support advisory locks
Return true if we got the lock, otherwise false
613 614 |
# File 'activerecord/lib/active_record/connection_adapters/abstract_adapter.rb', line 613 def get_advisory_lock(lock_id) # :nodoc: end |