123456789_123456789_123456789_123456789_123456789_

Module: ActiveJob::ExecutionState

Do not use. This module is for internal use only.
Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Defined in: activejob/lib/active_job/execution_state.rb

Instance Method Summary

Instance Method Details

#perform_now

[ GitHub ]

  
# 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