method
timestamp_attributes_for_update
v3.0.0 -
Show latest stable
- Class:
ActiveRecord::Timestamp
timestamp_attributes_for_update(#:nodoc:)private
No documentation available.
# File activerecord/lib/active_record/timestamp.rb, line 71
def timestamp_attributes_for_update #:nodoc:
[:updated_at, :updated_on]
end