drab v0.10.5 Drab.Controller View Source
Set up Drab options for pages generated by the controller.
By default Drab searches for the Commander with the name corresponding to the Controller,
eg. NameController - NameCommander. You may specify the commander module by using commander
or commanders
option:
use Drab.Controller, commander: MyApp.NameCommander
See also Drab.Commander