merge
This commit is contained in:
@@ -8,7 +8,7 @@ use Dojo::Model::Users;
|
|||||||
sub startup {
|
sub startup {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my $config = $self->plugin('Config'); #Config hash dojo.conf
|
my $config = $self->plugin('Config'); #Config hash dojo.conf
|
||||||
$self->plugin('PODRenderer') if $config->{perldoc}; #doc
|
# $self->plugin('PODRenderer') if $config->{perldoc}; #doc
|
||||||
$self->secrets(['Mojojojo jojo']); #cookies
|
$self->secrets(['Mojojojo jojo']); #cookies
|
||||||
|
|
||||||
$self->helper(dbv => sub { state $dbv = Dojo::Model::Vuelo->new });
|
$self->helper(dbv => sub { state $dbv = Dojo::Model::Vuelo->new });
|
||||||
|
|||||||
Reference in New Issue
Block a user