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 6446a2a commit dac8399Copy full SHA for dac8399
lib/interactor/sidekiq.rb
@@ -49,7 +49,7 @@ def perform(context)
49
private
50
51
def interactor_class(context)
52
- Module.const_get context["interactor_class"]
+ Module.const_get context[:interactor_class]
53
end
54
55
0 commit comments