Created by: jayroh
This is a work in progress PR that hopes to address issues run into when namespaced models and dashboards are attempted to be administrated by this gem.
For purposes of this PR I will introduce a new dashboard and model:
-
Logged::Order
- model -
Logged::OrderDashboard
- dashboard
... that will illustrate the issue and exercise the system tests.
See commits for more details.