Object
Used is the internal interface for devise-async to enqueue notifications to the desired backend.
# File lib/devise/async/worker.rb, line 8 def enqueue(method, resource_class, resource_id, *args) # convert args to strings and hashes with string keys before passing to backend args = stringify_args args backend_class.enqueue(method, resource_class, resource_id, *args) end
Generated with the Darkfish Rdoc Generator 2.