method

changed_for_autosave?

changed_for_autosave?()
public

No documentation available.

# File activestorage/lib/active_storage/attached/model.rb, line 255
    def changed_for_autosave? # :nodoc:
      super || attachment_changes.any?
    end