Flowdock
method

all_timestamp_attributes

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: ActiveRecord::Timestamp
all_timestamp_attributes() private

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 97
    def all_timestamp_attributes #:nodoc:
      timestamp_attributes_for_create + timestamp_attributes_for_update
    end
Register or log in to add new notes.