We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In the current state, widget declarations works just fine from an engine. i.e. widgets in app/widgets loads just fine.
app/widgets
Views are currently only loaded from within your application. In order to load views from an engine, create an initializer in your app with:
Apotomo::Widget.append_view_path YourEngine::Engine.root + 'app/widgets'
That's it! Everything should work as intended.