aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI/Controller/TestModel/Foo.pm
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-09-11 13:36:16 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-09-11 13:36:16 +0000
commit931cbc8d6673ec352b369ae2f70f01ff96b4f507 (patch)
tree76bc70e74d79bc67dd2f65dd5c96874c0f266db4 /lib/ComponentUI/Controller/TestModel/Foo.pm
parent4cfd76298443492e3396cb6bfd5e0990fcf5eab5 (diff)
downloadreaction-931cbc8d6673ec352b369ae2f70f01ff96b4f507.tar.gz
reaction-931cbc8d6673ec352b369ae2f70f01ff96b4f507.zip
initial refactor of CRUD controller actions as roles
Diffstat (limited to 'lib/ComponentUI/Controller/TestModel/Foo.pm')
-rw-r--r--lib/ComponentUI/Controller/TestModel/Foo.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/ComponentUI/Controller/TestModel/Foo.pm b/lib/ComponentUI/Controller/TestModel/Foo.pm
index 917ea17..2fb994c 100644
--- a/lib/ComponentUI/Controller/TestModel/Foo.pm
+++ b/lib/ComponentUI/Controller/TestModel/Foo.pm
@@ -49,11 +49,11 @@ for my $action (qw/view create update/){
);
}
-sub _build_action_viewport_args {
- my $self = shift;
- my $args = $self->next::method(@_);
- $args->{list}{action_prototypes}{delete_all}{label} = 'Delete All Records';
- return $args;
-}
+# sub _build_action_viewport_args {
+# my $self = shift;
+# my $args = $self->next::method(@_);
+# # $args->{list}{action_prototypes}{delete_all}{label} = 'Delete All Records';
+# return $args;
+# }
1;