oddities with create fixed, bug in reflector
[catagits/Reaction.git] / lib / Reaction / UI / CRUDController.pm
index f416c93..1ff7d88 100644 (file)
@@ -53,6 +53,7 @@ sub base :Action :CaptureArgs(0) {
   my ($self, $c) = @_;
 }
 
+#XXX candidate for futre optimization
 sub get_collection {
   my ($self, $c) = @_;
   my $model = $c->model( $self->model_name );