X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/58d56a2531e61ae2a665acdfe70f26c95cae774e..cb4efac6793d18892dde09c631895cb98c3df470:/services/api/lib/common_api_template.rb diff --git a/services/api/lib/common_api_template.rb b/services/api/lib/common_api_template.rb index b1da94ab33..8aac264516 100644 --- a/services/api/lib/common_api_template.rb +++ b/services/api/lib/common_api_template.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + module CommonApiTemplate def self.included(base) base.acts_as_api @@ -16,7 +20,6 @@ module CommonApiTemplate t.add :modified_by_client_uuid t.add :modified_by_user_uuid t.add :modified_at - t.add :updated_at end end