Created by: gracewashere
- Remove current dashboard configurations/controllers
- Update URL helpers & generators for the
admin
namespace - Run rails generators to verify defaults works in the
admin
namespace
rails administrate:install
rails administrate:dashboard customer
rails administrate:dashboard line_items
rails administrate:dashboard order
rails administrate:dashboard product
A follow-up PR will allow the developer to use different namespaces by taking an argument in the install generator.