I'm reading through Phoenix's source code in order to familiarize myself more with the framework and elixir itself. One thing I can't seem to understand is the rendering process. How are phoenix View helper functions made available in templates? I initially thought it inserted something like <% import MyView %> in each template before compiling, but it doesn't seem so.
I'm still in the beginning of the learning journey, sorry if this is an obvious question. Thanks! -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/f32cdd6d-1213-4ae8-86c0-abdb9c0b5be0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
