Method: ActiveStorage::Attached::Model#changed_for_autosave?

Defined in:
activestorage/lib/active_storage/attached/model.rb

#changed_for_autosave?Boolean

:nodoc:

Returns:

  • (Boolean)


262
263
264
# File 'activestorage/lib/active_storage/attached/model.rb', line 262

def changed_for_autosave? # :nodoc:
  super || attachment_changes.any?
end