config/routes.rb in
rake_dashboard-0.0.0
vs config/routes.rb in
rake_dashboard-0.1.0
- old
+ new
@@ -2 +1,2 @@
RakeDashboard::Engine.routes.draw do
+ resources :tasks, only: [:index, :create]
end