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