method

timestamp_attributes_for_update_in_model

timestamp_attributes_for_update_in_model()
private

No documentation available.

# File activerecord/lib/active_record/timestamp.rb, line 67
    def timestamp_attributes_for_update_in_model
      timestamp_attributes_for_update.select { |c| respond_to?(c) }
    end