Ignore:
Timestamp:
03/05/09 23:03:16 (15 years ago)
Author:
nanardon
Message:
  • start vote form
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Vote/lib/Vote/Controller/Ballot.pm

    r3 r4  
    2222=cut 
    2323 
    24 sub index : Private { 
    25     my ( $self, $c ) = @_; 
     24sub default : Private { 
     25    my ( $self, $c, undef, $id ) = @_; 
    2626 
    27     $c->response->body('Matched Vote::Controller::Ballot in Ballot.'); 
     27    $c->stash->{voteid} = $id; 
    2828} 
    2929 
Note: See TracChangeset for help on using the changeset viewer.