Class: Delayed::Web::ActiveRecordDecorator
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Delayed::Web::ActiveRecordDecorator
- Defined in:
- app/decorators/delayed/web/active_record_decorator.rb
Instance Method Summary collapse
Instance Method Details
#queue!(now = Time.current) ⇒ Object
4 5 6 |
# File 'app/decorators/delayed/web/active_record_decorator.rb', line 4 def queue! now = Time.current update! run_at: now, failed_at: nil, last_error: nil end |