sub index :Path :Args(0) { my ( $self, $c ) = @_; $c->stash->{people} = $c->model('Models::People')->listall(); }