method
touch
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord::Transactions
touch(*, **)public
No documentation available.
# File activerecord/lib/active_record/transactions.rb, line 316
def touch(*, **) # :nodoc:
with_transaction_returning_status { super }
end