method

perform_later

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: ConfiguredJob

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

perform_later(...) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/active_job/configured_job.rb, line 14
    def perform_later(...)
      @job_class.new(...).enqueue @options
    end
Register or log in to add new notes.