method
timestamp_attributes_for_update
rails latest stable - Class:
ActiveRecord::Timestamp
timestamp_attributes_for_update()public
No documentation available.
# File activerecord/lib/active_record/timestamp.rb, line 80
def timestamp_attributes_for_update
["updated_at", "updated_on"]
end