method

attachment_changes

attachment_changes()
public

No documentation available.

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