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