method

perform_now

rails latest stable - Class: ActiveJob::ExecutionState

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

perform_now()
public

No documentation available.

# File activejob/lib/active_job/execution_state.rb, line 5
    def perform_now
      I18n.with_locale(locale) do
        Time.use_zone(timezone) { super }
      end
    end