Method: ActiveRecord::NoTouching#touch
- Defined in:
- activerecord/lib/active_record/no_touching.rb
#touch ⇒ Object
:nodoc:
61 62 63 |
# File 'activerecord/lib/active_record/no_touching.rb', line 61 def touch(*, **) # :nodoc: super unless no_touching? end |