method

reset_column_information

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.

reset_column_information()
public

No documentation available.

# File activerecord/lib/active_record/attributes.rb, line 105
      def reset_column_information # :nodoc:
        super
        clear_caches_calculated_from_columns
      end