module ActiveRecord::Transactions

def touch(*, **) # :nodoc:

:nodoc:
def touch(*, **) # :nodoc:
  with_transaction_returning_status { super }
end