Module: ActiveRecord::Tenanted::Testing::ActiveJobTestCase

Defined in:
lib/active_record/tenanted/testing.rb

Instance Method Summary collapse

Instance Method Details

#perform_enqueued_jobsObject



99
100
101
102
103
104
105
# File 'lib/active_record/tenanted/testing.rb', line 99

def perform_enqueued_jobs(...)
  if klass = ActiveRecord::Tenanted.connection_class
    klass.without_tenant { super }
  else
    super
  end
end