drab v0.8.2 Drab.Controller
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