Module: ActiveSupport::Executor::TestHelper
Do not use. This module is for internal use only.
Relationships & Source Files | |
Defined in: | activesupport/lib/active_support/executor/test_helper.rb |
Instance Method Summary
Instance Method Details
#run
[ GitHub ]# File 'activesupport/lib/active_support/executor/test_helper.rb', line 4
def run(...) Rails.application.executor.perform { super } end