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.
2 parents fc18f35 + 3e9f50b commit cc72467Copy full SHA for cc72467
lib/octopus/abstract_adapter.rb
@@ -19,7 +19,7 @@ def method_missing(meth, *args, &block)
19
end
20
21
def octopus_shard
22
- @config[:octopus_shard]
+ @config && @config[:octopus_shard]
23
24
25
def initialize(*args)
0 commit comments