class ActiveRecord::ConnectionAdapters::Transaction::Callback

def after_rollback

def after_rollback
  @callback.call if @event == :after_rollback
end