method
attachment_changes
v8.0.0 -
Show latest stable
- Class:
ActiveStorage::Attached::Model
attachment_changes()public
No documentation available.
# File activestorage/lib/active_storage/attached/model.rb, line 262
def attachment_changes # :nodoc:
@attachment_changes ||= {}
end