Data View is a library that creates a view of a data model. The view can transform the data of the data model without changing the data. Supports ActiveRecord models and other data models that have a similar interface.
Brian Takita
gem "dataview", "~> 0.3.1"