Module: ActiveJob::ExecutionState

Included in:
Base
Defined in:
lib/active_job/execution_state.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#perform_nowObject



5
6
7
8
9
# File 'lib/active_job/execution_state.rb', line 5

def perform_now
  I18n.with_locale(locale) do
    Time.use_zone(timezone) { super }
  end
end