unknown
1970-01-01 00:00:00 UTC
sub prototype_enter {
my $self = shift;
$self->SUPER::prototype_enter();
my ( $resource, $id ) = $self->parse_path( $self->CGI->path_info() );
$self->reflect->addSlot( resource_type => $resource, resource_id => $id );
}
Thing is, can't a path have more than just 2 components? There is no
reason it can't have much more is there?
my $self = shift;
$self->SUPER::prototype_enter();
my ( $resource, $id ) = $self->parse_path( $self->CGI->path_info() );
$self->reflect->addSlot( resource_type => $resource, resource_id => $id );
}
Thing is, can't a path have more than just 2 components? There is no
reason it can't have much more is there?
--
Carter's Compass: I know I'm on the right track when,
by deleting something, I'm adding functionality.
Carter's Compass: I know I'm on the right track when,
by deleting something, I'm adding functionality.