method
perform_now
v8.1.1 -
Show latest stable
- Class:
ActiveJob::ExecutionState
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