method

perform_now

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: Instrumentation
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/instrumentation.rb, line 25
    def perform_now
      instrument(:perform) { super }
    end
Register or log in to add new notes.