Method: Webhookdb::Idempotency::InDatabase#lock

Defined in:
lib/webhookdb/idempotency.rb

#lock(key) ⇒ Object



176
# File 'lib/webhookdb/idempotency.rb', line 176

def lock(key) = db[:idempotencies].where(key:).for_update.first