Module: ActiveRecord::Tenanted::Testing::ActionDispatchIntegrationSession
- Defined in:
- lib/active_record/tenanted/testing.rb
Instance Method Summary collapse
Instance Method Details
#process ⇒ Object
51 52 53 54 55 56 57 |
# File 'lib/active_record/tenanted/testing.rb', line 51 def process(...) if klass = ActiveRecord::Tenanted.connection_class klass.without_tenant { super } else super end end |