Improve a method name
This commit is contained in:
parent
136f15b89c
commit
26b66aac96
2 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ class Pipedrive::DealAdapter
|
|||
Pipedrive::API.put_deal(deal_id, params)
|
||||
end
|
||||
|
||||
def self.fetch_waiting_deal_ids(person_id)
|
||||
def self.get_deals_ids_for_person(person_id)
|
||||
Pipedrive::API.get_deals_for_person(person_id)
|
||||
.map { |datum| datum['id'] }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue