Help for this page
sub create :Local{ my ( $self, $c ) = @_; ... return $c->stash->{template} = 'nation/create.tt2'; }
package Game::DB::ResultSet::Nation; use strict; ... } 1;