interagent / pliny

An opinionated toolkit for writing excellent APIs in Ruby.
MIT License
801 stars 73 forks source link

Check on the new class instead of the method #319

Closed dmathieu closed 6 years ago

dmathieu commented 6 years ago

The indifferent_params method is defined as a class method for an included module. So it's callable, but returns false to respond_with 🤦‍♂️ .