method

clear_caches_calculated_from_columns

rails latest stable - Class: ActiveRecord::Attributes::ClassMethods

Method deprecated or moved

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

clear_caches_calculated_from_columns()
private

No documentation available.

# File activerecord/lib/active_record/attributes.rb, line 130
      def clear_caches_calculated_from_columns
        @attributes_builder = nil
        @column_names = nil
        @column_types = nil
        @columns = nil
        @columns_hash = nil
        @content_columns = nil
        @default_attributes = nil
        @persistable_attribute_names = nil
        @attribute_names = nil
      end