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 8fecfd8 commit 93c2cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pipedrive/deal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def files
end

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

Expand Down

0 comments on commit 93c2cd9

Please sign in to comment.