equal
deleted
inserted
replaced
33 |
33 |
34 $self->helper(crash_processor => sub { state $crash_processor = CrashTest::Model::CrashProcessor->new (app => $self, config => $self->config); }); |
34 $self->helper(crash_processor => sub { state $crash_processor = CrashTest::Model::CrashProcessor->new (app => $self, config => $self->config); }); |
35 $self->helper(stackfilter => sub { state $crash_reports = CrashTest::Model::StackFilter->new (app => $self, config => $self->config); }); |
35 $self->helper(stackfilter => sub { state $crash_reports = CrashTest::Model::StackFilter->new (app => $self, config => $self->config); }); |
36 $self->helper(storage => sub { state $storage = CrashTest::Model::Storage->new (app => $self, config => $self->config); }); |
36 $self->helper(storage => sub { state $storage = CrashTest::Model::Storage->new (app => $self, config => $self->config); }); |
37 |
37 |
38 $self->plugin('Minion', $self->config->{Processor}->{Common}->{JobQueue}->{Backend}->{Minion}); |
38 $self->plugin('Minion', $self->config->{Processor}->{JobQueue}->{Backend}->{Minion}); |
39 |
39 |
40 $self->storage->load_plugins(); |
40 $self->storage->load_plugins(); |
41 $self->crash_processor->load_plugins(); |
41 $self->crash_processor->load_plugins(); |
42 |
42 |
43 # Router |
43 # Router |