Skip to content

Commit

Permalink
Notes reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jufemaiz committed Jan 30, 2014
1 parent 08f4e8f commit 6e4b10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pipedrive/deal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def files
end

def notes(opts = {:sort_by => 'update_time', :sort_mode => 'desc'})
Note.all(get "/notes", opts.merge(:deal_id => id))
Note.all(get("/notes", opts.merge(:deal_id => id)))
end

end
Expand Down

0 comments on commit 6e4b10e

Please sign in to comment.