Class: Sequent::Core::Transactions::NoTransactions

Inherits:
Object
  • Object
show all
Defined in:
lib/sequent/core/transactions/no_transactions.rb

Overview

NoTransactions is used when replaying the ViewSchema for view schema upgrades. Transactions are not needed there since the view state will always be recreated anyway.

Instance Method Summary collapse

Instance Method Details

#transactionalObject



12
13
14
# File 'lib/sequent/core/transactions/no_transactions.rb', line 12

def transactional
  yield
end