bellycard / napa

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

Param sanitizer attr accessor fix #262

Closed jonathonnordquist closed 7 years ago

jonathonnordquist commented 8 years ago

The ParamSanitizer had a call to mattr_accessor instead of attr_accessor. This was preventing the napa server from working properly.