Class: Representable::Populator::Collection

Inherits:
Representable::Populator show all
Defined in:
lib/representable/populator.rb

Overview

A separated collection deserializer/populator allows us better dealing with populating/modifying collections of models. (e.g. replace, update, push, etc.). That also gives us a place to apply options like :parse_filter, etc. per item.

Method Summary

Methods inherited from Representable::Populator

#call, #initialize

Constructor Details

This class inherits a constructor from Representable::Populator