Created by: gracewashere
Problem:
v0.1.3 contained a breaking change that made the first-run generators fail.
Solution:
v0.1.4 fixes the issue by deprecating the DashboardManifest
.
Changes
- #464 [CHANGE] Replace the DashboardManifest with explicit Rails routes.
- Run
rails generate administrate:routes
to generate the default routes.
- Run