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