We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6861ce4 commit d08116fCopy full SHA for d08116f
lib/octopus/model.rb
@@ -128,6 +128,8 @@ def should_use_normal_connection?
128
true
129
elsif custom_octopus_connection
130
!connection_proxy.block || !allowed_shard?(connection_proxy.current_shard)
131
+ elsif self.superclass.respond_to?(:custom_octopus_connection)
132
+ self.superclass.custom_octopus_connection
133
end
134
135
0 commit comments