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