Open
Description
Loading all routes as soon as the LT::WebApp::Base
is inherited from causes problems when we require webapp subclasses without loading an environment first.
Some possible solutions:
- Load routes in
.boot
(register
calls in subclasses will also have to be moved to theboot
body) - Load routes in subclasses
Metadata
Metadata
Assignees
Labels
No labels