method

changed_for_autosave?

rails latest stable - Class: ActiveStorage::Attached::Model
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