victor-am / rails-ranger

🤠 An opinionated AJAX client for Ruby on Rails APIs
https://victor-am.github.io/rails-ranger/
MIT License
32 stars 5 forks source link

Support for inflections #17

Closed victor-am closed 6 years ago

victor-am commented 6 years ago

Allow things like api.show('user', { id: 1 }) instead of api.show('users', { id: 1 }) through Rails-like inflections.