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