method

timestamp_attributes_for_update_in_model

rails latest stable - Class: ActiveRecord::Timestamp::ClassMethods
timestamp_attributes_for_update_in_model()
public

No documentation available.

# File activerecord/lib/active_record/timestamp.rb, line 67
      def timestamp_attributes_for_update_in_model
        @timestamp_attributes_for_update_in_model ||=
          (timestamp_attributes_for_update & column_names).freeze
      end