amoniacou / pipedrive.rb

Pipedrive.com API Wrapper
MIT License
33 stars 56 forks source link

[fix] Fix undefined method extract_options! issue. #19

Open barash-asenov opened 3 years ago

barash-asenov commented 3 years ago

There were failing test statements (specifically when doing read operations) because of the missing active support array extension. Added to the main file

waghanza commented 1 year ago

I include your fix in https://github.com/amoniacou/pipedrive.rb/pull/27 @barash-asenov