X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/56b6ea6226bff623e2fcd277733cceb219ea5b5c..a185309d194bb3073a5efb67d7a56a10b4a980a5:/services/api/app/models/arvados_model.rb diff --git a/services/api/app/models/arvados_model.rb b/services/api/app/models/arvados_model.rb index 8c8ad8e254..f933126933 100644 --- a/services/api/app/models/arvados_model.rb +++ b/services/api/app/models/arvados_model.rb @@ -422,7 +422,7 @@ class ArvadosModel < ApplicationRecord end def logged_attributes - attributes.except(*Rails.configuration.AuditLogs.UnloggedAttributes) + attributes.except(*Rails.configuration.AuditLogs.UnloggedAttributes.keys) end def self.full_text_searchable_columns