module ActiveStorage::Attached::Model

def changed_for_autosave? #:nodoc:

:nodoc:
def changed_for_autosave? #:nodoc:
  super || attachment_changes.any?
end