seedlot upload with accession synonyms. seedlot upload works to update existing seedlots
[sgn.git] / lib / SGN / Controller / Styleguide.pm
blob391a8173b3fa201f04eeae7e4abce2c91ff5f9ee
1 use strict;
3 package SGN::Controller::Styleguide;
5 use Moose;
6 use URI::FromHash 'uri';
7 use Data::Dumper;
10 BEGIN { extends 'Catalyst::Controller'; }
12 sub workflow :Path('/styleguide') :Args(0) {
13 my ($self, $c) = @_;
14 $c->stash->{template} = '/util/styleguide.mas';