Flowdock
method

perform_now

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: ConfiguredJob
perform_now(...) 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 10
    def perform_now(...)
      @job_class.new(...).set(@options).perform_now
    end
Register or log in to add new notes.