- I think you are referring to Programming Phoenix ≥ 1.4
- I think you are referring to this which is the user controller module
RumblWeb.UserController
. - The
Rumbl.Accounts.User
module is shown on page 58 (of B10.0) as this. - The alias makes it possible to use
%User{}
instead of%Rumbl.Accounts.User{}
.
… though maybe I’m not understanding your question.