method

should_record_timestamps?

rails latest stable - Class: ActiveRecord::AttributeMethods::Serialization::Behavior

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.1.8) is shown here.

should_record_timestamps?()
public

No documentation available.

# File activerecord/lib/active_record/attribute_methods/serialization.rb, line 134
        def should_record_timestamps?
          super || (self.record_timestamps && (attributes.keys & self.class.serialized_attributes.keys).present?)
        end