class Promiscuous::Subscriber::Worker::EventualDestroyer::PendingDestroy
Public Instance Methods
perform()
click to toggle source
# File lib/promiscuous_black_hole/eventual_destroyer.rb, line 3 def perform Promiscuous::BlackHole::DB[class_name].where('id = ?', instance_id).delete end