There was an error while loading. Please reload this page.
1 parent 33c9268 commit cfd98faCopy full SHA for cfd98fa
lib/zendesk_api/collection.rb
@@ -48,6 +48,7 @@ def initialize(client, resource, options = {})
48
49
methods = %w{create find update destroy}
50
methods += methods.map {|method| method + "!"}
51
+ methods += %w{create_many! destroy_many!}
52
methods.each do |deferrable|
53
# Passes arguments and the proper path to the resource class method.
54
# @param [Hash] options Options or attributes to pass
0 commit comments