method
timestamp_attributes_for_update
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::Timestamp::ClassMethods
timestamp_attributes_for_update()private
No documentation available.
# File activerecord/lib/active_record/timestamp.rb, line 96
def timestamp_attributes_for_update
["updated_at", "updated_on"].map! { |name| attribute_aliases[name] || name }
end