method

all_timestamp_attributes

all_timestamp_attributes(#:nodoc:)
private

No documentation available.

# File activerecord/lib/active_record/timestamp.rb, line 79
    def all_timestamp_attributes #:nodoc:
      timestamp_attributes_for_create + timestamp_attributes_for_update
    end