method

all_timestamp_attributes_in_model

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: ClassMethods
all_timestamp_attributes_in_model() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/timestamp.rb, line 72
      def all_timestamp_attributes_in_model
        @all_timestamp_attributes_in_model ||=
          (timestamp_attributes_for_create_in_model + timestamp_attributes_for_update_in_model).freeze
      end
Register or log in to add new notes.