1 package SGN
::Controller
::EPG
;
5 BEGIN { extends
'Catalyst::Controller'; }
9 SGN::Controller::EPG - show electrical penetration graph or EPG pages for CG.org. add subroutines for other pages in electrical penetration graph menu
14 sub epg_index
:Path
('/epg/index') Args
(0) {
18 $c->stash->{template
} = '/epg/index.mas';
21 sub epg_george_acp_2018
:Path
('/epg/george_acp_2018') Args
(0) {
25 $c->stash->{template
} = '/epg/george_acp_2018.mas';