Commit 39176b08 authored by Nick Thomas's avatar Nick Thomas

Fix static-analysis failures

parent b027a6ef
# frozen_string_literal: true
class ElasticsearchIndexedNamespace < ActiveRecord::Base
class ElasticsearchIndexedNamespace < ApplicationRecord
include EachBatch
self.primary_key = 'namespace_id'
......
# frozen_string_literal: true
class ElasticsearchIndexedProject < ActiveRecord::Base
class ElasticsearchIndexedProject < ApplicationRecord
include EachBatch
self.primary_key = 'project_id'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment