There was an error while loading. Please reload this page.
1 parent 7a30eac commit 79a62ffCopy full SHA for 79a62ff
lib/zendesk_api/actions.rb
@@ -91,7 +91,7 @@ def self.included(base)
91
end
92
93
def reload!
94
- response = client.connection.get(path) do |req|
+ response = @client.connection.get(path) do |req|
95
yield req if block_given?
96
97
0 commit comments