Mapping JSON to ActiveRecord Objects with Representable - Part III
In part 3 of my series on API consumption for novices I’m doing a whirlwind tour of the major features provided by the Representable gem for mapping data from JSON documents to ActiveRecord objects. Representable makes it super easy to handle nested attributes as well as create collections of associated objects!
Post a comment