Ramandeep Singh
Results
1
comments of
Ramandeep Singh
This is almost the type of hack i used in my system (with a little modification though). See this: ``` def self.scheduled(queue, klass, *args) if args.is_a?(Hash) || args.is_a?(ActiveSupport::HashWithIndifferentAccess) self.enqueue_to(queue, self,...