NAME
OpenInteract2::Setup::InitializeControllers - Initialize all controller classes
SYNOPSIS
my $setup = OpenInteract2::Setup->new( 'initialize controllers' );
$setup->run();
DESCRIPTION
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.
Setup Metadata
name - 'initialize controllers'
dependencies - default
SEE ALSO
COPYRIGHT
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.
AUTHORS
Chris Winters <chris@cwinters.com>