config/routes.rb in boilerman-0.0.4 vs config/routes.rb in boilerman-0.1.0
- old
+ new
@@ -1,5 +1,5 @@
Boilerman::Engine.routes.draw do
- root to: "controllers#index"
- get 'controllers/index'
-
+ root to: "actions#index"
+ resources :actions, only: :index
+ resources :controllers, only: :index
end