config/routes.rb in prosperity-0.0.8 vs config/routes.rb in prosperity-0.0.9

- old
+ new

@@ -9,7 +9,7 @@ end end resources :graphs - root to: 'metrics#index' + root to: 'dashboards#index' end