Class: BackgroundLite::ForgetHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/background_lite/core_ext/handlers/forget_handler.rb

Overview

Forgets the background task. This handler is probably most useful as a fallback handler.

Class Method Summary collapse

Class Method Details

.handle(object, method, args, options = {}) ⇒ Object

Does nothing



6
7
8
# File 'lib/background_lite/core_ext/handlers/forget_handler.rb', line 6

def self.handle(object, method, args, options = {})
  # do nothing
end