move global JS import from the mason footer into the mason header, so imports of...
[sgn.git] / cgi-bin / index.pl
blob279f9da392ab2139cecb6b0f0d1886552be61fb7
1 use CatalystX::GlobalContext qw($c);
2 $c->forward_to_mason_view( '/index.mas',
3 schema => $c->dbic_schema('SGN::Schema'),
4 );