You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Grape::Endpoint's inspect method when not called in the context of an API (#2492)
* Move inspect method to public
Calls super if env is not defined
Add spec
* Add CHANGELOG.md entry
* Fix rubocop
* Fix comments
* Change backtick for single quote in test
*[#2464](https://github.com/ruby-grape/grape/pull/2464): The `length` validator only takes effect for parameters with types that support `#length` method - [@OuYangJinTing](https://github.com/OuYangJinTing).
17
17
*[#2485](https://github.com/ruby-grape/grape/pull/2485): Add `is:` param to length validator - [@dakad](https://github.com/dakad).
0 commit comments