method

cache_changed_attributes

cache_changed_attributes()
private

No documentation available.

# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 179
      def cache_changed_attributes
        @cached_changed_attributes = changed_attributes
        yield
      ensure
        clear_changed_attributes_cache
      end