Method: ActiveRecord::Transactions#touch
- Defined in:
- lib/active_record/transactions.rb
#touch ⇒ Object
:nodoc:
305 306 307 |
# File 'lib/active_record/transactions.rb', line 305 def touch(*, **) # :nodoc: with_transaction_returning_status { super } end |