amoniacou / pipedrive.rb

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

Non-standard inflection of person -> persons #4

Closed pmen closed 4 years ago

pmen commented 7 years ago

The addition of a non-standard inflection of "person" in lib/pipedrive.rb will break any Rails app that depends on standard infection of "person" -> "people," is done without warning to potential users, and is hard to debug.

Suggest removing this inflection or prominently disclosing in README.