Help for this page

Select Code to Download


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