- or download this
sub edit : Chained('object') : PathPart('edit') : Args(0) : FormConfig
+('ticker/edit.yml') {
my ( $self, $c ) = @_;
...
}
$c->stash( template => 'ticker/edit.tt2' );
}
- or download this
sub edit : Chained('object') : PathPart('edit') : Args(0) : FormConfig
+('ticker/edit.yml') {
my ( $self, $c ) = @_;
...
}
$c->stash( template => 'ticker/edit.tt2' );
}