method
changed_for_autosave?
v8.1.1 -
Show latest stable
- Class:
ActiveStorage::Attached::Model
changed_for_autosave?()public
No documentation available.
# File activestorage/lib/active_storage/attached/model.rb, line 285
def changed_for_autosave? # :nodoc:
super || attachment_changes.any?
end