Flowdock
method

perform_now

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: ConfiguredJob
perform_now(*args) 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 8
    def perform_now(*args)
      @job_class.new(*args).perform_now
    end
Register or log in to add new notes.