Added eval; site now shows clean dataset missing message instead of server error...
[sgn.git] / lib / SGN / Controller / Search / Dataset.pm
blob4ebf0f0fa3597437c1b18fd4469714efcf9a416a
2 package SGN::Controller::Search::Dataset;
4 use Moose;
6 BEGIN { extends 'Catalyst::Controller'; }
8 sub trial_search_page : Path('/search/datasets/') Args(0) {
9 my $self = shift;
10 my $c = shift;
12 $c->stash->{template} = '/search/datasets.mas';