method

clear_changed_attributes_cache

clear_changed_attributes_cache()
private

No documentation available.

# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 186
      def clear_changed_attributes_cache
        remove_instance_variable(:@cached_changed_attributes) if defined?(@cached_changed_attributes)
      end