Class: ActiveType::NoTable::DummyPool

Inherits:
ActiveRecord::ConnectionAdapters::NullPool
  • Object
show all
Defined in:
lib/active_type/no_table.rb

Instance Method Summary collapse

Instance Method Details

#with_pool_transaction_isolation_level(*_args) ⇒ Object



26
27
28
# File 'lib/active_type/no_table.rb', line 26

def with_pool_transaction_isolation_level(*_args)
  yield
end