Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2023-07-17 12:52:15 +02:00
16 changed files with 161 additions and 118 deletions

View File

@ -5,6 +5,8 @@ class ApplicationRecord < ActiveRecord::Base
include Remotable
connects_to database: { writing: :primary, reading: :read }
class << self
def update_index(_type_name, *_args, &_block)
super if Chewy.enabled?