Merge remote-tracking branch 'parent/main' into kb_migration
This commit is contained in:
commit
a56a732dd2
57 changed files with 986 additions and 605 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue