resque-async-method
resque-async-method copied to clipboard
adding #async_class_methods
Seems like there was no real option to enqueue class methods via the supplied syntax. added another class method named "async_class_method" that acts just like the regular "async_method" but works for class methods.
tests added.