X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/58692c916bb6dfe2997838ca4147109d9410c86a..355fe24bf5a4ac9e45372333e8bbc8e39b5b86a1:/services/api/app/controllers/database_controller.rb diff --git a/services/api/app/controllers/database_controller.rb b/services/api/app/controllers/database_controller.rb index 21c8e4710c..6699f7363b 100644 --- a/services/api/app/controllers/database_controller.rb +++ b/services/api/app/controllers/database_controller.rb @@ -11,7 +11,7 @@ class DatabaseController < ApplicationController # we can tell they're not valuable. user_uuids = User. where('email is null or email not like ?', '%@example.com'). - collect &:uuid + collect(&:uuid) fixture_uuids = YAML::load_file(File.expand_path('../../../test/fixtures/users.yml', __FILE__)).