Flowdock
method

timestamp_attributes_for_update

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: ClassMethods
timestamp_attributes_for_update() 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 86
        def timestamp_attributes_for_update
          ["updated_at", "updated_on"].map! { |name| attribute_aliases[name] || name }
        end
Register or log in to add new notes.