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