Class: Tableless::NullPool
- Inherits:
-
ActiveRecord::ConnectionAdapters::NullPool
- Object
- ActiveRecord::ConnectionAdapters::NullPool
- Tableless::NullPool
- Defined in:
- lib/tableless/connection_adapters/null_pool.rb
Instance Method Summary collapse
Instance Method Details
#with_pool_transaction_isolation_level {|_self| ... } ⇒ Object
5 6 7 |
# File 'lib/tableless/connection_adapters/null_pool.rb', line 5 def with_pool_transaction_isolation_level(*) yield self end |