bellycard / napa

A simple framework for building APIs with Grape
Other
329 stars 72 forks source link

Fix JSON ErrorFormatter with backtrace rescue_options. #102

Closed voxtex closed 10 years ago

voxtex commented 10 years ago

Use to_h to convert JsonError before merging. Add spec to cover this case.

jdoconnor commented 10 years ago

+1