method

perform_now

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