How to add a custom Virtus attribute to the Grape API framework
We ran into a problem in the Grape API framework in one of our international app: the time type provided by Grape does not include the time zone.
Let's see how to add a custom type to Grape.
Continue Reading