Class: BackgroundLite::ForgetHandler
- 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
-
.handle(object, method, args, options = {}) ⇒ Object
Does nothing.
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, = {}) # do nothing end |