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



10
11
12
# File 'lib/sequent/core/transactions/no_transactions.rb', line 10

def transactional
  yield
end