aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI/Controller/Baz.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ComponentUI/Controller/Baz.pm')
-rw-r--r--lib/ComponentUI/Controller/Baz.pm14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/ComponentUI/Controller/Baz.pm b/lib/ComponentUI/Controller/Baz.pm
deleted file mode 100644
index 6d8e932..0000000
--- a/lib/ComponentUI/Controller/Baz.pm
+++ /dev/null
@@ -1,14 +0,0 @@
-package ComponentUI::Controller::Baz;
-
-use strict;
-use warnings;
-use base 'Reaction::UI::CRUDController';
-use Reaction::Class;
-
-__PACKAGE__->config(
- model_base => 'TestDB',
- model_name => 'Baz',
- action => { base => { Chained => '/base', PathPart => 'baz' } },
-);
-
-1;