method

clear_changed_attributes_cache

rails latest stable - Class: ActiveModel::Dirty

Method deprecated or moved

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

clear_changed_attributes_cache()
private

No documentation available.

# File activemodel/lib/active_model/dirty.rb, line 286
      def clear_changed_attributes_cache
        remove_instance_variable(:@cached_changed_attributes) if defined?(@cached_changed_attributes)
      end