Module: ActiveSupport::Executor::TestHelper

Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/executor/test_helper.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#runObject



4
5
6
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/executor/test_helper.rb', line 4

def run(...)
  Rails.application.executor.perform { super }
end