X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/34173202861e94dee58ccd5b189983918813d870..0fe15cf43dfc6c10a4fc949ba462a7ac14e2d8e7:/services/api/app/models/link.rb diff --git a/services/api/app/models/link.rb b/services/api/app/models/link.rb index d9b8f6f09b..24872b21ec 100644 --- a/services/api/app/models/link.rb +++ b/services/api/app/models/link.rb @@ -66,7 +66,7 @@ class Link < ArvadosModel # permissions for head_uuid and tail_uuid, and invalidate the # cache for only those users. (This would require a browseable # cache.) - User.invalidate_permissions_cache + User.invalidate_permissions_cache db_current_time.to_i end end