Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 404 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 404 Bytes

grape-papertrail

PaperTrail whodunnit support for Grape APIs. Very preliminary. Usage boils down to

set_papertrail_user(some_object)

and/or

set_paper_trail_controller_info(info)

inside a Grape endpoint. Mega props fly out to @davidcelis for his api-pagination gem, from which I stole the Grape hooking code.