method

timestamp_attributes_for_update

rails latest stable - Class: ActiveRecord::Timestamp

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.1.7) is shown here.

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