instance method
_update_record
Ruby on Rails 7.2.3
Since v4.0.13 PrivateSignature
_update_record()
No documentation comment.
Source
# File activerecord/lib/active_record/timestamp.rb, line 119
def _update_record
record_update_timestamps
super
end
Defined in activerecord/lib/active_record/timestamp.rb line 119
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Timestamp