For the @view_module
and @view_template
, use view_module(@conn)
and view_template(@conn)
instead. Note you will need to import view_template: 1
in your my_app_web.ex
file under def view
.
5 Likes