Normalixr v0.4.0 Normalixr.Schema
This module must be used in every Ecto schema which is passed to
Normalixr.normalize/2
. After replacing use Ecto.Schema
with
use Normalixr.Schema
, a new function is available in the module:
underscored_name/0
, which can be overridden and returns the name that is
used in the normalized representation.