
OpenInteract2::Setup::InitializeControllers - Initialize all controller classes

my $setup = OpenInteract2::Setup->new( 'initialize controllers' ); $setup->run();

This setup action just registers all controllers found, brings in all classes in the OpenInteract2::Observer::Controller namespace and registers them as observers with OpenInteract2::Controller.
name - 'initialize controllers'
dependencies - default


Copyright (c) 2005 Chris Winters. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Chris Winters <chris@cwinters.com>