class Sequent::Core::Transactions::NoTransactions

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.

Public Instance Methods

transactional() { || ... } click to toggle source
# File lib/sequent/core/transactions/no_transactions.rb, line 12
def transactional
  yield
end