module ViewModel::AfterTransactionRunner

def connection

Override to tie to a specific connection.
def connection
  ActiveRecord::Base.connection
end