Method: ActiveStorage::Attached::Model#attachment_changes

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

#attachment_changesObject

:nodoc:



258
259
260
# File 'activestorage/lib/active_storage/attached/model.rb', line 258

def attachment_changes # :nodoc:
  @attachment_changes ||= {}
end