Current section

Files

Jump to
maru_entity lib maru entity.ex
Raw

lib/maru/entity.ex

defmodule Maru.Entity do
defmacro __using__(_) do
quote do
use Maru.Entity.DSL
use Maru.Entity.Serializer
end
end
end