class ActiveRecord::ConnectionAdapters::TransactionManager

def enable_lazy_transactions!

Experimental RBS support (using type sampling data from the type_fusion project).

def enable_lazy_transactions!: () -> true

This signature was generated using 12 samples from 1 application.

def enable_lazy_transactions!
  @lazy_transactions_enabled = true
end