Ruben Sierra
Results
2
comments of
Ruben Sierra
At the moment, I just can think in decorate each relation by hand. Somethig like this: ```elixir def preload(users_query, preloads) do users_query |> Repo.all() |> Repo.preload(preloads) |> Enum.map(&decorate_preloads(&1, preloads)) end...
Yep sorry, I just update the README and the documentation. I'm short of time these days but I will add a changelog as soon as posible.