Skip to content

Commit

Permalink
Merge 7e99ca2 into 793a5e7
Browse files Browse the repository at this point in the history
  • Loading branch information
luxflux committed Dec 30, 2013
2 parents 793a5e7 + 7e99ca2 commit c940e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pipedrive/stage.rb
@@ -1,7 +1,7 @@
module Pipedrive
class Stage < Base
def self.deals(id)
Deal.all(get "#{resource_path}/#{id}/deals", :everyone => 1)
Deal.all(get "#{resource_path}/#{id}/deals", :query => {:everyone => 1})
end
end
end

0 comments on commit c940e2c

Please sign in to comment.