​Actions is the default base core module because it is what you'll need in most cases. If you're experimenting with different ways of using Cherrycake, you can specify a different set of base modules in Engine::init​
​Actions calls mapActions methods on all available modules during its initialization, using the Engine::callMethodOnAllModules​
home
that will call the viewHome
method when the root page /
is requested: