Method: ActiveSupport::Executor::TestHelper#run
- Defined in:
- activesupport/lib/active_support/executor/test_helper.rb
#run ⇒ Object
4 5 6 |
# File 'activesupport/lib/active_support/executor/test_helper.rb', line 4 def run(...) Rails.application.executor.perform { super } end |