Adding the Registry and Dynamic Supervisor to application.ex
Registering our dynamic supervisor in the file application.ex.
We'll cover the following...
The last step is to plug our registry process and dynamic supervisor into /lib/mastery/application.ex
. The infrastructure for dynamically creating quizzes is being made resilient and available to our users.