method

attachment_changes

attachment_changes()
public

No documentation available.

# File activestorage/lib/active_storage/attached/model.rb, line 194
    def attachment_changes #:nodoc:
      @attachment_changes ||= {}
    end